Closed Bug 565345 Opened 14 years ago Closed 14 years ago

Uncatchable exception with XPCSafeJSObjectWrapper for E4X object

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

In xpcshell, this causes an uncatchable exception.  Note that "Caught:" is not printed.

try { (new XPCSafeJSObjectWrapper(<x/>))(1); } catch(e) { print("Caught:"); print(e); }
Now I get:

ReferenceError: XPCSafeJSObjectWrapper is not defined
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.