Revert of Provide accessor for object internal properties that doesn't require debugg...
authoryangguo <yangguo@chromium.org>
Tue, 12 May 2015 13:03:59 +0000 (06:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 13:03:52 +0000 (13:03 +0000)
commit396236bfa0ba78ad5ca97229e0f6817f573c8202
tree6fce991b6d7ceec57755600c6ce2df1fe4cf8017
parent7f2636e0677193e916dca36a45f6ad6eb5e47efa
Revert of Provide accessor for object internal properties that doesn't require debugger to be active (patchset #3 id:40001 of https://codereview.chromium.org/1126103006/)

Reason for revert:
GC mole issues: https://chromegw.corp.google.com/i/client.v8/builders/V8%20Linux%20-%20gcmole/builds/1950/steps/GCMole%20ia32/logs/stdio

Original issue's description:
> Provide 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}

TBR=pfeldman@chromium.org,kozyatinskiy@chromium.org,yurys@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:481845

Review URL: https://codereview.chromium.org/1133243002

Cr-Commit-Position: refs/heads/master@{#28365}
include/v8-debug.h
src/api.cc
src/bootstrapper.cc
src/contexts.h
src/mirror-debugger.js
src/objects.cc
src/objects.h
src/runtime/runtime-debug.cc
src/runtime/runtime.h