Closed Bug 1670042 Opened 4 years ago Closed 3 years ago

Fix order of function `name` and `length` in `CreateBuiltinFunction`

Categories

(Core :: JavaScript Engine, task, P3)

task

Tracking

()

RESOLVED DUPLICATE of bug 1629803

People

(Reporter: yulia, Assigned: dminor)

References

(Blocks 1 open bug, )

Details

Attachments

(2 obsolete files)

as per https://github.com/tc39/ecma262/pull/2116

Currently, we lazily instantiate these properties, so they may be out of order.

Assignee: nobody → ystartsev
See Also: → 1629803
Assignee: ystartsev → dminor
Status: NEW → ASSIGNED

Depends on D148094

Attachment #9279368 - Attachment is obsolete: true
Attachment #9279369 - Attachment is obsolete: true

We should fix this as part of Bug 1629803, rather than doing something incomplete here. We should also have a discussion about whether we want to stop lazily resolving properties, since this can have an impact on heap memory use.

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: