Closed
Bug 507449
Opened 15 years ago
Closed 15 years ago
TM: Trace JSOP_GETXPROP for closures
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
(deleted),
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Comment on attachment 392388 [details] [diff] [review]
Patch
Could the else after return in TraceRecorder::scopeChainProp be fixed too? Thanks,
/be
Comment 3•15 years ago
|
||
Comment on attachment 392388 [details] [diff] [review]
Patch
>+ }
>+ ABORT_TRACE("can't trace special CallClass setter");
>+
>+ }
That empty line can go IMO.
Attachment #392388 -
Flags: review?(gal) → review+
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•