LibJS: Allow functions to take arguments (#1405)

This commit is contained in:
howar6hill 2020-03-12 19:22:13 +08:00 committed by GitHub
commit 01133733dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 17:36:42 +09:00
7 changed files with 46 additions and 14 deletions

View file

@ -71,4 +71,3 @@ int main(int argc, char** argv)
interpreter.heap().collect_garbage();
return 0;
}