Chromium Code Reviews
DescriptionAdd an API to let the embedder associate arbitrary data with a v8::Context.
I had hoped that v8::Context::SetData would let the embedder associate a void*
with a v8::Context, but it turns out we can't use that API because the debugger
makes assumptions about the sorts of values that will be stored via that API.
See https://bugs.webkit.org/show_bug.cgi?id=98679 for more context.
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Add an API to let the embedder associate arbitrary data with a v8::Context. #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||