Skip to content

Commit c484723

Browse files
committed
A couple more coderef op mappings.
1 parent 77bd4eb commit c484723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QAST/Operations.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,6 +1730,8 @@ QAST::Operations.add_core_op('setstaticlex', -> $qastcomp, $op {
17301730
)
17311731
))
17321732
});
1733+
QAST::Operations.add_core_pirop_mapping('freshcoderef', 'nqp_fresh_stub', 'PP');
1734+
QAST::Operations.add_core_pirop_mapping('replacecoderef', 'assign', '0PP');
17331735

17341736
# serialization context related opcodes
17351737
QAST::Operations.add_core_pirop_mapping('sha1', 'nqp_sha1', 'Ss');

0 commit comments

Comments
 (0)