Open
Bug 1996189
Opened 5 months ago
Updated 5 months ago
Support async module scripts in Ion/Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
We currently don't support async module scripts in Ion (this is checked in CanIonCompileScript). We support Ion OSR for loops in generators and async functions, and it'd be nice to support the same thing for async modules.
| Reporter | ||
Comment 1•5 months ago
|
||
Bug 1683122 has some discussion on what's needed here.
| Reporter | ||
Updated•5 months ago
|
Summary: Support async module scripts in Ion → Support async module scripts in Ion/Warp
Updated•5 months ago
|
Updated•5 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/BZFFX-5
You need to log in
before you can comment on or make changes to this bug.
Description
•