Closed
Bug 1615007
Opened 6 years ago
Closed 6 years ago
Define hasInnerFunctions consistently on all scripts.
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
Details
Attachments
(1 file)
The flag hasInnerFunctions on BaseScript is currently only valid for function scripts. This change will make it so that that hasInnerFunctions always has a correct value for all script types.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ccullen
Priority: -- → P2
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd02e39a0b42
Define hasInnerFunctions accurately across all scripts. r=tcampbell
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•