Closed
Bug 1740449
Opened 3 years ago
Closed 3 years ago
Define GetObjectKnownClass for NewPlainObject
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
+++ This bug was initially created as a clone of Bug #1739586 +++
This will for example let us constant fold the typeof in cases like
function t(b) {
var o = {a: 1, b};
return typeof o;
}
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → evilpies
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5e2e8b75d120
Define GetObjectKnownClass for NewPlainObject. r=jandem
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•