Skip to content

Commit aff0f08

Browse files
committed
Map captureexistsnamed/capturehasnameds on MoarVM.
1 parent b418626 commit aff0f08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,8 @@ QAST::MASTOperations.add_core_moarop_mapping('captureposarg_i', 'captureposarg_i
13871387
QAST::MASTOperations.add_core_moarop_mapping('captureposarg_n', 'captureposarg_n');
13881388
QAST::MASTOperations.add_core_moarop_mapping('captureposarg_s', 'captureposarg_s');
13891389
QAST::MASTOperations.add_core_moarop_mapping('captureposprimspec', 'captureposprimspec');
1390+
QAST::MASTOperations.add_core_moarop_mapping('captureexistsnamed', 'captureexistsnamed');
1391+
QAST::MASTOperations.add_core_moarop_mapping('capturehasnameds', 'capturehasnameds');
13901392
QAST::MASTOperations.add_core_moarop_mapping('objprimspec', 'objprimspec');
13911393

13921394
# Multiple dispatch related.

0 commit comments

Comments
 (0)