Skip to content

Commit c7f7762

Browse files
committed
Map new nqp::tryfindmethod op for MoarVM backend
1 parent febb04d commit c7f7762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,7 @@ QAST::MASTOperations.add_core_moarop_mapping('who', 'getwho', :decont(0));
25672567
QAST::MASTOperations.add_core_moarop_mapping('where', 'getwhere', :decont(0));
25682568
QAST::MASTOperations.add_core_moarop_mapping('objectid', 'objectid', :decont(0));
25692569
QAST::MASTOperations.add_core_moarop_mapping('findmethod', 'findmeth_s', :decont(0));
2570+
QAST::MASTOperations.add_core_moarop_mapping('tryfindmethod', 'tryfindmeth_s', :decont(0));
25702571
QAST::MASTOperations.add_core_moarop_mapping('setwho', 'setwho', :decont(0));
25712572
QAST::MASTOperations.add_core_moarop_mapping('rebless', 'rebless', :decont(0, 1));
25722573
QAST::MASTOperations.add_core_moarop_mapping('knowhow', 'knowhow');

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2018.02
1+
2018.02-3-gb39fa0e

0 commit comments

Comments
 (0)