Closed
Bug 1635505
Opened 5 years ago
Closed 5 years ago
Change signature of `isNamedLambda` on FunctionFlags to take a boolean argument intead of a JSAtom-pointer
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
Minor base change to support upstream work on replacing JSAtoms in the parser with parser-internal atoms.
The way JSAtom* is used by this method is rudimentary: just checking for null-ness. It can be changed to a boolean hasName
parameter instead.
Assignee | ||
Updated•5 years ago
|
Summary: Change signature of `isNamedLambda` on FunctionFlags to note take a JSAtom* → Change signature of `isNamedLambda` on FunctionFlags to take a boolean argument intead of a JSAtom-pointer
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → kvijayan
Status: NEW → ASSIGNED
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b306a8edef4e
Change signature of FunctionFlags::isNamedLambda to take a boolean instead of a JSAtom-pointer. r=caroline,tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•