Issue 2081: Expose function's (closure's) inner context in debugger.
authorpeter.rybin@gmail.com <peter.rybin@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 26 Apr 2012 20:16:53 +0000 (20:16 +0000)
committerpeter.rybin@gmail.com <peter.rybin@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 26 Apr 2012 20:16:53 +0000 (20:16 +0000)
commit569eba39f51c712b623e2c1229ec576429f258cf
tree919792ee1689ed57b7aec0b5aaf2de69398f1935
parent94e5a8dfcd33361222d53ff08d71cfff41d19263
Issue 2081: Expose function's (closure's) inner context in debugger.

This is against the correct branch (bleeding_edge).

Review URL: https://chromiumcodereview.appspot.com/10171003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11458 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug-debugger.js
src/mirror-debugger.js
src/runtime.cc
src/runtime.h
test/mjsunit/debug-function-scopes.js [new file with mode: 0644]
test/mjsunit/harmony/debug-function-scopes.js [new file with mode: 0644]