Closed
Bug 1512295
Opened 6 years ago
Closed 5 years ago
Remove or change JS_NewCooperativeContext from the codebase
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1591923
People
(Reporter: kaczmarek_adrian, Unassigned)
Details
Attachments
(1 file)
116 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
Certain files make use of JS_NewCooperativeContext function, which does one thing:
JS_NewCooperativeContext(JSContext* siblingContext)
{
MOZ_CRASH("Cooperative scheduling is unsupported");
}
Actual results:
This function crashes whatever is being used.
Expected results:
It should be either removed or changed. I've attached the results of "hg grep JS_NewCooperativeContext"
Updated•6 years ago
|
Component: General → JavaScript Engine
Updated•6 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•