Closed
Bug 1686732
Opened 4 years ago
Closed 4 years ago
Remove tellDebuggerAboutCompiledScript
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This method just obscures helper thread special cases and is inconsistently used. It should be inlined into callers to simplify code.
Assignee | ||
Comment 1•4 years ago
|
||
Inline this into callers since it is just adding obfuscation compared to the
off-thread cases.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cbecf2f9ccda
Remove tellDebuggerAboutCompiledScript. r=arai
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•