Comment #5 on issue 3690 by [email protected]: Support harmony-scoping in debugger API
https://code.google.com/p/v8/issues/detail?id=3690#c5

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae

commit d7e3697ddc74ffcaab45a3985d176767c63264ae
Author: dslomov <[email protected]>
Date: Mon Nov 17 17:57:56 2014

harmony-scoping: Implement debugger support for script scope.

We add a new ScopeType, ScopeType.Script. The scope with
ScopeType.Script is always present in the scope chain (ScopeIterator
fakes it if neededi - i.e. if ScriptContext for a script has not been
allocated since that script has no lexical declarations).
ScriptScope reflects ScriptContextTable.

[email protected],[email protected]
BUG=v8:3690
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#25383}

[modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/src/mirror-debugger.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/src/runtime/runtime-debug.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/cctest/test-debug.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/debug-evaluate-locals-optimized-double.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/debug-evaluate-locals-optimized.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/debug-function-scopes.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/debug-scopes.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/es6/generators-debug-scopes.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/harmony/debug-blockscopes.js [modify] https://chromium.googlesource.com/v8/v8.git/+/d7e3697ddc74ffcaab45a3985d176767c63264ae/test/mjsunit/harmony/debug-function-scopes.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to