DescriptionKeep "static" objects per-context rather than per isolate.
Every time we initialize a new v8::Context, we make a new set of
pre-existing native objects, and overwrite the v8::Global
handles to those in the previous set. Thus, we may be
theoretically releasing some v8::Globals early.
R=jochen@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/7d4c74d1b96d82681d49519c129262a1568e87d4
Patch Set 1 #
Total comments: 4
Patch Set 2 : Nullptr #
Messages
Total messages: 8 (4 generated)
|