Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A couple more coderef op mappings.
  • Loading branch information
jnthn committed Feb 17, 2013
1 parent 77bd4eb commit c484723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1730,6 +1730,8 @@ QAST::Operations.add_core_op('setstaticlex', -> $qastcomp, $op {
)
))
});
QAST::Operations.add_core_pirop_mapping('freshcoderef', 'nqp_fresh_stub', 'PP');
QAST::Operations.add_core_pirop_mapping('replacecoderef', 'assign', '0PP');

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

0 comments on commit c484723

Please sign in to comment.