Skip to content

Commit 337b16b

Browse files
committed
Map capturenamedshash op.
1 parent fd308ad commit 337b16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,7 @@ QAST::MASTOperations.add_core_moarop_mapping('captureposarg_s', 'captureposarg_s
14611461
QAST::MASTOperations.add_core_moarop_mapping('captureposprimspec', 'captureposprimspec');
14621462
QAST::MASTOperations.add_core_moarop_mapping('captureexistsnamed', 'captureexistsnamed');
14631463
QAST::MASTOperations.add_core_moarop_mapping('capturehasnameds', 'capturehasnameds');
1464+
QAST::MASTOperations.add_core_moarop_mapping('capturenamedshash', 'capturenamedshash');
14641465
QAST::MASTOperations.add_core_moarop_mapping('objprimspec', 'objprimspec');
14651466

14661467
# Multiple dispatch related.

0 commit comments

Comments
 (0)