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)

63 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1591923

People

(Reporter: kaczmarek_adrian, Unassigned)

Details

Attachments

(1 file)

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"
Component: General → JavaScript Engine
Priority: -- → P3
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.

Attachment

General

Created:
Updated:
Size: