Closed Bug 844633 Opened 11 years ago Closed 11 years ago

OdinMonkey: Assertion failure: pn->isKind(PNK_STRING), at ion/AsmJS.cpp:136

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:ignore])

The following testcase asserts on odinmonkey revision 0e9a09e99a15 (run with --ion-eager):


var asm = (function({ y }, x)  {
  'use asm';
})();
Ah, forgot that processing directives don't have to be first when there is destructuring afoot.  Thanks!
http://hg.mozilla.org/users/lwagner_mozilla.com/odinmonkey/rev/a88544ae6a10
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.