Closed
Bug 1320042
Opened 8 years ago
Closed 8 years ago
Rename BytecodeEmitter::emitConditionallyExecuted{SOMETHING} to BytecodeEmitter::emit{SOMETHING}InBranch.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
BytecodeEmitter::emitConditionallyExecuted{SOMETHING} name is too long and it often breaks stack comment.
Assignee | ||
Comment 1•8 years ago
|
||
Changed 2 methods:
emitConditionallyExecutedTree -> emitTreeInBranch
emitConditionallyExecutedDestructuringLHS -> emitDestructuringLHSInBranch
Attachment #8814040 -
Flags: review?(shu)
Comment 2•8 years ago
|
||
Comment on attachment 8814040 [details] [diff] [review]
Rename BytecodeEmitter::emitConditionallyExecuted{SOMETHING} to BytecodeEmitter::emit{SOMETHING}InBranch.
Review of attachment 8814040 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great. Sorry for the delay!
Attachment #8814040 -
Flags: review?(shu) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/78e008ce3a8c40c79f41567ede23e7de83d614dc
Bug 1320042 - Rename BytecodeEmitter::emitConditionallyExecuted{SOMETHING} to BytecodeEmitter::emit{SOMETHING}InBranch. r=shu
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•