Status: Assigned
Owner:
tse...@chromium.orgLabels: Type-Defect Priority-Medium
New issue 1610 by
tse...@chromium.org: Consider removing CFXJSE_Value
https://bugs.chromium.org/p/pdfium/issues/detail?id=1610It is essentially a "malloc'd" wrapper around a v8::Global used in places where a v8::Local would suffice on its own without any additional allocation required.
There are a couple of preliminary steps that can be taken:
1. Remove the pointer to the v8::Isolate that is also contained in the object, instead passing it in as required. V8 supplies this to us in all the places where it is required with a little bit of additional plumbing.
2. Provide equivalents for the To*() routines that first check for empty values before applying the test.
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings