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)
Core
JavaScript Engine
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.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → ystartsev
Assignee | ||
Updated•3 years ago
|
Assignee: ystartsev → dminor
Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D148094
Updated•3 years ago
|
Attachment #9279368 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9279369 -
Attachment is obsolete: true
Assignee | ||
Comment 3•3 years ago
|
||
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.
Description
•