mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
![]() This can be used to implement arbitrary functionality, callable from JavaScript. To make this work, I had to change the way CallExpression passes arguments to the callee. Instead of a HashMap<String, Value>, we now pass an ordered list of Argument { String name; Value value; }. This patch includes a native "print(argument)" function. :^) |
||
---|---|---|
.. | ||
for-loop.js | ||
forced-gc.js | ||
function-with-arguments.js | ||
native-function.js | ||
simple-function.js | ||
simple-parse.js | ||
simple-scopes.js | ||
simple-variables.js | ||
string-length.js |