Open Bug 1321928 Opened 8 years ago Updated 10 days ago

Statically set anonymous constructor function's name property if class has no static name method

Categories

(Core :: JavaScript Engine, defect, P3)

defect

Tracking

()

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).
Keywords: triage-deferred
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.