DescriptionPass isolate to ScriptPromise and ScriptString constructors
Pass isolate to ScriptPromise and ScriptString constructors to avoid calls
to v8::Isolate::GetCurrent(). Also add an m_isolate member to ScriptValue
to avoid avoid calls to v8::Isolate::GetCurrent() and simplify the API.
R=haraken
BUG=263412
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157950
Patch Set 1 #Patch Set 2 : Add m_isolate member to ScriptValue #
Total comments: 10
Patch Set 3 : Fix nits #
Messages
Total messages: 10 (0 generated)
|