DescriptionProvide accessor for object internal properties that doesn't require debugger to be active
Some of the DevTools' clients need to inspect JS objects without enabling debugger. This CL allows to inspect object's internal properties without enabling debugger and instantiating debug context.
Note that now debug context can be created lazily if v8::Debug::GetDebugContext is called when there is no debug listener. This is fragile and has already resulted in some subtle error. I'm going to fix that in a separate CL.
BUG=chromium:481845
LOG=Y
Committed: https://crrev.com/bdeb0de88c8cf5f2c78f261b45314138f525110d
Cr-Commit-Position: refs/heads/master@{#28362}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 22 (6 generated)
|