Open
Bug 1616013
Opened 5 years ago
Updated 3 years ago
Attempt to mark more WebIDL methods as [Pure]
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: loganfsmyth, Unassigned)
References
(Blocks 1 open bug)
Details
https://bugzilla.mozilla.org/show_bug.cgi?id=1609426 is creating a manual whitelist of "pure-ish" functions to support for eager-eval alongside the functions that are marked [Pure]
in the WebIDL, but a bunch of these functions seem like they could safely be marked [Pure]
in WebIDL directly to avoid needing to maintain the additional list itself.
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•