Skip to content

Commit 773a92b

Browse files
committed
Map atposref_* ops for MoarVM.
1 parent b4bc86d commit 773a92b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,9 @@ QAST::MASTOperations.add_core_moarop_mapping('atpos', 'atpos_o');
22722272
QAST::MASTOperations.add_core_moarop_mapping('atpos_i', 'atpos_i');
22732273
QAST::MASTOperations.add_core_moarop_mapping('atpos_n', 'atpos_n');
22742274
QAST::MASTOperations.add_core_moarop_mapping('atpos_s', 'atpos_s');
2275+
QAST::MASTOperations.add_core_moarop_mapping('atposref_i', 'atposref_i');
2276+
QAST::MASTOperations.add_core_moarop_mapping('atposref_n', 'atposref_n');
2277+
QAST::MASTOperations.add_core_moarop_mapping('atposref_s', 'atposref_s');
22752278
QAST::MASTOperations.add_core_moarop_mapping('atkey', 'atkey_o');
22762279
QAST::MASTOperations.add_core_moarop_mapping('atkey_i', 'atkey_i');
22772280
QAST::MASTOperations.add_core_moarop_mapping('atkey_n', 'atkey_n');

0 commit comments

Comments
 (0)