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)

task

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.

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: 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
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: