DescriptionAdd ScriptValue.v8ValueUnsafe() to access the V8 value without cross-context access check.
In DevTools instrumentation we may need to access an async stack trace object
wrapped into a ScriptValue from a different world. We would unwrap it to a
native object only to get it's String and number members, and not passing the
object to user's scripts.
BUG=396916
R=yurys
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178944
Patch Set 1 #
Messages
Total messages: 12 (0 generated)
|