https://codereview.chromium.org/758603004/diff/1/test/mjsunit/harmony/debug-blockscopes.js
File test/mjsunit/harmony/debug-blockscopes.js (right):

https://codereview.chromium.org/758603004/diff/1/test/mjsunit/harmony/debug-blockscopes.js#newcode501
test/mjsunit/harmony/debug-blockscopes.js:501: CheckScopeContent({}, 0,
exec_state);
On 2014/12/08 13:12:22, aandrey wrote:
DevTools will not show empty Block scopes. Should I change this on our
side?

I do not know what is best here. This change makes variables invisible
if you break before the declaration. I think it is fine if we just not
show empty block scopes.

Another option would be to add not-yet-defined variables to block scopes
with 'undefined' value.

https://codereview.chromium.org/758603004/

--
--
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