Closed
Bug 1801386
Opened 2 years ago
Closed 2 years ago
Implement WarpBuilder support for IsCallable
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 2 open bugs)
Details
In Bug 1793959 we're adding a IsCallable op to the vm. As a follow up, we also need to add support for it in WarpBuilder.
Assignee | ||
Comment 1•2 years ago
|
||
It looks like this was easier than I thought, I think I can land the code as part of Bug 1793959.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Comment 2•2 years ago
|
||
It's not clear to me that the code in Bug 1793959 is working as expected, so I'm going to defer to this follow-up.
Assignee: nobody → dminor
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Updated•2 years ago
|
Blocks: sm-opt-jits
Priority: -- → P3
Assignee | ||
Comment 3•2 years ago
|
||
Anba pointed out we could use the IsCallable intrinsic rather than add a new operation.
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•