Open
Bug 1391809
Opened 8 years ago
Updated 1 year ago
Does JS_IsBuiltinFunctionConstructor/isBuiltinFunctionConstructor need to check for AsyncFunctionConstructor and AsyncGeneratorConstructor?
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [js:tech-debt])
Looks like JSFunction::isBuiltinFunctionConstructor() needs to be updated to handle AsyncFunctionConstructor and AsyncGeneratorConstructor, right?
Reporter | ||
Comment 1•8 years ago
|
||
See bug 976151 for context when JS_IsBuiltinFunctionConstructor is used .
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [js:tech-debt]
Comment 2•8 years ago
|
||
I noticed that before but didn't fix because AsyncFunctionConstructor wasn't directly accessible as a global binding (and was out of scope to my bug at the time). I guess there are probably other ways to pull the constructor off an existing async function so we probably want to fix this.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: sm-runtime
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•