Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add ops for get/set of a coderef's name.
  • Loading branch information
jnthn committed Jan 16, 2013
1 parent 5826673 commit 1bcaac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1626,6 +1626,8 @@ QAST::Operations.add_core_pirop_mapping('bindlexdyn', 'store_dynamic_lex', '1sP'
QAST::Operations.add_core_pirop_mapping('takeclosure', 'newclosure', 'PP');
QAST::Operations.add_core_pirop_mapping('getcodeobj', 'get_sub_code_object', 'PP');
QAST::Operations.add_core_pirop_mapping('setcodeobj', 'set_sub_code_object', '1PP');
QAST::Operations.add_core_pirop_mapping('getcodename', 'set', 'SP');
QAST::Operations.add_core_pirop_mapping('setcodename', 'assign', '1Ps');

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

0 comments on commit 1bcaac4

Please sign in to comment.