Open
Bug 1321928
Opened 8 years ago
Updated 10 months ago
Statically set anonymous constructor function's name property if class has no static name method
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
separated from bug 883377.
Currently we set constructor function name dynamically by JSOP_SETFUNNAME.
We could set it on compile time if the class has no static "name" method, and also has no static computed property (because it can be "name" property).
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Blocks: sm-frontend
You need to log in
before you can comment on or make changes to this bug.
Description
•