Closed Bug 838534 Opened 11 years ago Closed 11 years ago

BaselineCompiler: Fix js1_8_5/extensions/findReferences-03.js

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

We fail this one:

assertEq(function f() { return referencesVia(null, 'arguments', arguments); } (), true);

Just because when we mark the arguments object, we use "baseline-argsobj" as edge name and not "arguments" like StackFrame::mark...
Attached patch PatchSplinter Review
Fix the test.
Attachment #710636 - Flags: review?(bhackett1024)
Attachment #710636 - Flags: review?(bhackett1024) → review+
Thanks for the quick review.

https://hg.mozilla.org/projects/ionmonkey/rev/194f2166d7a0
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: