Closed
Bug 1920686
Opened 1 year ago
Closed 9 months ago
Remove redundant null check for moduleDynamicImportHook
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
https://searchfox.org/mozilla-central/rev/1e8cec3727d6e09f4af41bb3d202b7a4c326ed84/js/src/builtin/ModuleObject.cpp#2485
moduleDynamicImportHook is always set now,
so the importHook check can be removed.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Blocks: sm-runtime
| Assignee | ||
Updated•9 months ago
|
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → WONTFIX
Updated•9 months ago
|
Attachment #9426769 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•