Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an nqp::getlexcaller.
  • Loading branch information
jnthn committed Apr 10, 2013
1 parent e92eff1 commit 788df18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1920,6 +1920,7 @@ QAST::Operations.add_core_pirop_mapping('bindlex_n', 'store_lex', '1sn');
QAST::Operations.add_core_pirop_mapping('bindlex_s', 'store_lex', '1ss');
QAST::Operations.add_core_pirop_mapping('getlexdyn', 'find_dynamic_lex', 'Ps');
QAST::Operations.add_core_pirop_mapping('bindlexdyn', 'store_dynamic_lex', '1sP');
QAST::Operations.add_core_pirop_mapping('getlexcaller', 'find_caller_lex', 'Ps');

# code object related opcodes
QAST::Operations.add_core_pirop_mapping('takeclosure', 'newclosure', 'PP');
Expand Down

0 comments on commit 788df18

Please sign in to comment.