Closed Bug 778268 Opened 12 years ago Closed 12 years ago

Assertion failure: !pn->isDefn(), at ../frontend/ParseNode.h:1437

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: decoder, Assigned: Benjamin)

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

The following test asserts on mozilla-central revision f528e021ceb1 (no options required):


j : var d;   
let [j] = Object.prototype.toString.call() = 1, j;
Further simplified:

j : 4;
let [j] = 1, j;
Assignee: general → bpeterson
Attachment #646788 - Flags: review?(luke)
Attachment #646788 - Flags: review?(luke) → review+
https://hg.mozilla.org/mozilla-central/rev/a9502620734e
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/bug778268.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.