Closed Bug 741497 Opened 12 years ago Closed 12 years ago

Assertion failure: !(flags & (TCF_FUN_PARAM_ARGUMENTS | TCF_FUN_LOCAL_ARGUMENTS)), at frontend/BytecodeEmitter.h:441

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 740446

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase, Whiteboard: js-triage-needed [jsbugmon:update])

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


"use strict";
function inner()
([arguments, b] = this, c)();
This is part of the arguments madness that will be rewritten in bug 740446.  I'll add this test-case in that patch.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug741497.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.