Comment #1 on issue 1824 by [email protected]: CHECK(ParserApi::Parse(&info)) failed when breaking at top level code in DevTools
http://code.google.com/p/v8/issues/detail?id=1824

The rewriter won't add an assignment to the result symbol at the end of the global code. So in this case the check for global/function code in the ScopeIterator constructor fails and global code is mistakenly reparsed as function code.

This will be fixed by http://codereview.chromium.org/8585001/ .

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

Reply via email to