Comment #1 on issue 1826 by [email protected]: Combination of return and with statements breaks debugger scope enumeration
http://code.google.com/p/v8/issues/detail?id=1826

Another case to be added into regression test:

function third() {
 eval("with ({}) { debugger; }")
}

third();

causes:

#
# Fatal error in src/runtime.cc, line 11335
# CHECK(context_->IsGlobalContext()) failed
#




--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to