Skip to content

Commit

Permalink
Map a new istype_nd ("no decont") op on MoarVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 11, 2018
1 parent 8d7738e commit f8f7d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -2769,6 +2769,7 @@ QAST::MASTOperations.add_core_moarop_mapping('what_nd', 'getwhat');
QAST::MASTOperations.add_core_moarop_mapping('isconcrete_nd', 'isconcrete');
QAST::MASTOperations.add_core_moarop_mapping('clone_nd', 'clone');
QAST::MASTOperations.add_core_moarop_mapping('how_nd', 'gethow');
QAST::MASTOperations.add_core_moarop_mapping('istype_nd', 'istype');

# defined - overridden by HLL, but by default same as .DEFINITE.
QAST::MASTOperations.add_core_moarop_mapping('defined', 'isconcrete', :decont(0));
Expand Down

0 comments on commit f8f7d34

Please sign in to comment.