Closed
Bug 934526
Opened 11 years ago
Closed 11 years ago
Don't use context to get existing intrinsic values in IonBuilder
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
3.19 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
IonBuilder already has paths for the cases where intrinsics already exist vs. don't exist, so when it fetches intrinsic values from the global then it already knows the value will exist, and has no actual need for a context.
Attachment #826815 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #826815 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•