Closed
Bug 1629741
Opened 5 years ago
Closed 5 years ago
Move function-related enum/constant into its own header
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
(Whiteboard: [smooshmonkey-mvp])
Attachments
(1 file)
Remainder of bug 1622530
Function flags shared across frontend and VM should be moved into its own header
FunctionFlags
GeneratorKind
FunctionAsyncKind
FunctionSyntaxKind
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/895657b97363
Move FunctionFlags, GeneratorKind, FunctionAsyncKind, FunctionSyntaxKind to their own headers. r=jorendorff
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•