Skip to content

Commit

Permalink
[js] Lower signatures on the JS backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Feb 1, 2017
1 parent ea8322d commit ebea4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -7950,7 +7950,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
# (e.g. we can get the same errors).
my $need_full_binder := 1;
unless nqp::defined($use_vm_binder) {
$use_vm_binder := nqp::getcomp('perl6').backend.name eq 'moar';
$use_vm_binder := nqp::getcomp('perl6').backend.name eq 'moar' || nqp::getcomp('perl6').backend.name eq 'js';
}
if $use_vm_binder {
# If there are zero parameters, then we can trivially leave it to
Expand Down

0 comments on commit ebea4fc

Please sign in to comment.