From 313627a7864d67e29a3655dd4a6077ac0481f3c1 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 24 Apr 2022 13:08:55 -0400 Subject: ohai nonfunctional wip kexp --- src/js/primitives/call.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/js/primitives/call.js') diff --git a/src/js/primitives/call.js b/src/js/primitives/call.js index af9ede0..9bb43c1 100644 --- a/src/js/primitives/call.js +++ b/src/js/primitives/call.js @@ -260,5 +260,7 @@ function scall() { } } +// printf("%s\n", args_to_pass.toString()); + return callnarg.apply(this, args_to_pass); } \ No newline at end of file -- cgit v1.2.3