Closed
Bug 1719477
Opened 3 years ago
Closed 3 years ago
Wrong CompileOption when instantiating PrecompiledScript
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1719477 - Use the same compile option for compile and instantiation in PrecompiledScript. r?nbp!
48 bytes,
text/x-phabricator-request
|
Details | Review |
options.setForceFullParse();
should be synced with options
in PrecompiledScript::ExecuteInGlobal
Updated•3 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•3 years ago
|
status-firefox89:
--- → unaffected
status-firefox90:
--- → unaffected
status-firefox91:
--- → affected
status-firefox-esr78:
--- → unaffected
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/ebed279f88a4
Use the same compile option for compile and instantiation in PrecompiledScript. r=nbp
Comment 3•3 years ago
|
||
Type: task → defect
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•