Description[inspector] Add some context scopes to inspector code
Currently, the external API (e.g. v8::Object::Get()) will enter the
context passed to it automatically. This is incorrect and causes some
trouble for Blink, so we want to change that.
It then becomes a potential problem to call the external API without
first entering a context, which the inspector code does in some
places. This patch aims to correct this.
BUG=v8:6307
Review-Url: https://codereview.chromium.org/2841053002
Cr-Commit-Position: refs/heads/master@{#44917}
Committed: https://chromium.googlesource.com/v8/v8/+/c9ab660ebdb2246b6a45c857ae4c875cf6147b53
Patch Set 1 #
Total comments: 2
Patch Set 2 : Drop unnecessary scope #
Messages
Total messages: 12 (5 generated)
|