Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2322 by [email protected]: Crash in "let" scope resolution
http://code.google.com/p/v8/issues/detail?id=2322

V8 version 3.13.6, ia32 debug with --harmony flag

Running the following testcase:
-----
"use strict";

var result = '';
for (let p in { get a() {}, b : p}) { result += p; }
-----

results in:

#
# Fatal error in ../src/scopes.cc, line 738
# CHECK(s != __null) failed
#


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

Reply via email to