Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another missing SC op mapping.
  • Loading branch information
jnthn committed Feb 17, 2013
1 parent 5265cf6 commit 9c9d7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1737,6 +1737,7 @@ QAST::Operations.add_core_pirop_mapping('createsc', 'nqp_create_sc', 'Ps');
QAST::Operations.add_core_pirop_mapping('scsetobj', 'set', '1QiP');
QAST::Operations.add_core_pirop_mapping('scsetcode', 'nqp_add_code_ref_to_sc', '2PiP');
QAST::Operations.add_core_pirop_mapping('scgetobj', 'set', 'PQi');
QAST::Operations.add_core_pirop_mapping('scgetcode', 'nqp_get_sc_code_ref', 'Psi');
QAST::Operations.add_core_op('scgethandle', -> $qastcomp, $op {
$qastcomp.as_post(QAST::Op.new(
:op('callmethod'), :name('handle'), :returns(str),
Expand Down

0 comments on commit 9c9d7bc

Please sign in to comment.