Skip to content

Commit 23b4314

Browse files
committed
[js] Stub nqp::settypefinalize.
1 parent e4b80e9 commit 23b4314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/js/QAST/Compiler.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ class QAST::OperationsJS {
919919

920920
});
921921

922+
add_simple_op('settypefinalize', $T_VOID, [$T_OBJ, $T_INT]);
923+
922924
# TODO - implement and bechmark different ways of preventing the try/catch from murdering performance
923925
add_op('handle', sub ($comp, $node, :$want, :$cps) {
924926
# TODO CPS

0 commit comments

Comments
 (0)