Closed
Bug 586105
Opened 14 years ago
Closed 14 years ago
JM: Debugger keyword
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
Details
Attachments
(1 file, 1 obsolete file)
5.04 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Need to implement JSOP_DEBUGGER in methodjit.
Assignee | ||
Comment 1•14 years ago
|
||
Adds support for the debugger keyword.
Attachment #465160 -
Flags: review?(dvander)
Assignee | ||
Comment 2•14 years ago
|
||
Oops, first patch empty.
Attachment #465160 -
Attachment is obsolete: true
Attachment #465162 -
Flags: review?(dvander)
Attachment #465160 -
Flags: review?(dvander)
Comment on attachment 465162 [details] [diff] [review]
Adds support (for real).
>+ masm.move(ImmPtr(PC), Registers::ArgReg0);
Should be ArgReg1, r=me w/ that
Attachment #465162 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 4•14 years ago
|
||
http://hg.mozilla.org/projects/jaegermonkey/rev/20e704ed53db
http://hg.mozilla.org/projects/jaegermonkey/rev/27d99d284594
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•