Skip to content

Commit 788df18

Browse files
committed
Add an nqp::getlexcaller.
1 parent e92eff1 commit 788df18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QAST/Operations.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,7 @@ QAST::Operations.add_core_pirop_mapping('bindlex_n', 'store_lex', '1sn');
19201920
QAST::Operations.add_core_pirop_mapping('bindlex_s', 'store_lex', '1ss');
19211921
QAST::Operations.add_core_pirop_mapping('getlexdyn', 'find_dynamic_lex', 'Ps');
19221922
QAST::Operations.add_core_pirop_mapping('bindlexdyn', 'store_dynamic_lex', '1sP');
1923+
QAST::Operations.add_core_pirop_mapping('getlexcaller', 'find_caller_lex', 'Ps');
19231924

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

0 commit comments

Comments
 (0)