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/ae6ec1861e7184bce4f45f73db6af355944ef58f
Cr-Commit-Position: refs/heads/master@{#28371}
Patch Set 1 #Patch Set 2 : Fixed gcmole failures #
Messages
Total messages: 7 (2 generated)
|