Closed
Bug 782776
Opened 13 years ago
Closed 13 years ago
IonMonkey: Add beginsIonActivation() to StackFrame
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: sstangl, Unassigned)
Details
Attachments
(1 file)
4.75 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Remembering that callingIntoIon() doesn't imply runningInIon() can be confusing. This adds and uses the function beginsIonActivation() that returns (callingIntoIon() || runningInIon()). Some callsites are fixed.
Attachment #651874 -
Flags: review?(dvander)
![]() |
||
Updated•13 years ago
|
Attachment #651874 -
Flags: review?(dvander) → review+
Reporter | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•