Closed Bug 544494 Opened 15 years ago Closed 13 years ago

Abort on getthisprop when this is global ("trace stopped: reference aliases global object")

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: jorendorff, Unassigned)

Details

var xx = 1; function foo() { var sum = 0; for (var i = 0; i < 9; i++) sum += this.xx; return sum; } foo(); Recording starting from typein:5@14 (FragID=000000) trace stopped: 9787: reference aliases global object Abort recording of tree typein:5@14 at typein:5@18: getthisprop. Looks like this would be easy to fix.
No more tracer
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.