Open
Bug 1862128
Opened 1 year ago
Updated 1 year ago
Use JS::WellKnownAtomId as self-hosted function name in JSPropertySpec or JSFunctionSpec
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
JSPropertySpec
and JSFunctionSpec
store the self-hosted function's name as const char*
, and it's atomized when defining the property/function.
in order to reduce the cost while page load, it's better using the JS::WellKnownAtomId
here as well.
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D186442
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-641
You need to log in
before you can comment on or make changes to this bug.
Description
•