Closed
Bug 1604558
Opened 1 year ago
Closed 1 year ago
Simplify and clarify handling of tellDebuggerAboutCompiledScript
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 file)
Right now tellDebuggerAboutCompiledScript
is quite confusingly implemented:
It only fires if we are both on-the-main-thread, for non-lazy scripts with null parents (which means top level!)
It seems that this mostly is indicating that this API is implemented at the wrong place and ought to be moved to the top level entrances of the compiler.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Updated•1 year ago
|
Priority: -- → P1
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3dc47180c833 Simplify and clarify handling of tellDebuggerAboutCompiledScript r=tcampbell
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•