Closed
Bug 510700
Opened 16 years ago
Closed 16 years ago
js1_5/Regress/regress-321874.js - lhs must be a reference in (for lhs in rhs)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: regression, testcase)
js1_5/Regress/regress-321874.js
lhs must be a reference in (for lhs in rhs) ...: for(it.item(0) in b); reason: Expected value 'foo', Actual value 'error'
lhs must be a reference in (for lhs in rhs) ...: function foo(){for(it.item(0) in b);};foo(); reason: Expected value 'foo', Actual value 'error'
changeset: 31462:64674b9f45a5
user: Jason Orendorff <jorendorff@mozilla.com>
date: Thu Aug 13 16:18:33 2009 -0500
summary: Bug 509098 - Remove JS_HAS_LVALUE_RETURN support. r=brendan.
changeset: 31464:270901f18b6d
user: Jason Orendorff <jorendorff@mozilla.com>
date: Thu Aug 13 17:49:56 2009 -0500
summary: Bug 509098 - Remove JS_HAS_LVALUE_RETURN support, part 2. r=brendan. This was part of the original patch, but while rebasing it I accidentally dropped the parts that touch jsops.cpp.
Flags: in-testsuite+
Reporter | ||
Comment 1•16 years ago
|
||
Oh, nevermind. Jason already flagged these.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•