Closed Bug 621418 Opened 14 years ago Closed 13 years ago

Strict warning "reference to undefined property" not emitted on trace

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jruderman, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: testcase)

options('strict'); for(j=0;j<20;++j) { ({}).e; }

./js      Warns 20 times  "reference to undefined property {}.e"
./js -j   Warns  8 times  "reference to undefined property {}.e"
When I try to run the testcase, I only get the warning one time. It's like it isn't looping.
I'm not sure how to test this now that bug 662393 is fixed.

On the other hand, TM is gone. So I guess I'll just mark this as INCO.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.