Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add nqp::findmethod.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent 839ab97 commit a3fbc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1277,6 +1277,7 @@ QAST::Operations.add_core_pirop_mapping('what', 'get_what', 'PP');
QAST::Operations.add_core_pirop_mapping('how', 'get_how', 'PP');
QAST::Operations.add_core_pirop_mapping('who', 'get_who', 'PP');
QAST::Operations.add_core_pirop_mapping('where', 'get_id', 'IP');
QAST::Operations.add_core_pirop_mapping('findmethod', 'find_method', 'PPs');

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

0 comments on commit a3fbc99

Please sign in to comment.