mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
LibJS: Allow functions to take arguments (#1405)
This commit is contained in:
parent
425fd3ce51
commit
01133733dd
7 changed files with 46 additions and 14 deletions
|
@ -71,4 +71,3 @@ int main(int argc, char** argv)
|
|||
interpreter.heap().collect_garbage();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue