Closed Bug 381242 Opened 17 years ago Closed 9 years ago

Incorrect error message "uneval(this) is not a function"?

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: testcase)

js> this.__proto__ = <x/>;

js> this.toString = <x/>;

js> uneval(this);
typein:3: TypeError: uneval(this) is not a function
This: may or may not be the same bug:

js> this.watch("x")
typein:1: TypeError: this.watch("x") is not a function
js> this.toSource = {};
js> uneval(this);
typein:2: TypeError: uneval(this) is not a function
|this| really is not a function ;)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
But that's not what the error message is saying.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Blocks: jserror
Assignee: general → nobody
No longer reproducible - Resolving as WFM.
Status: REOPENED → RESOLVED
Closed: 14 years ago9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.