1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Switch function environment to be declarative...

...instead of object.
Also, make sure arguments passed through to function are not deletable.
This commit is contained in:
Robert Krimen
2013-02-23 14:45:19 -08:00
parent 38b9c8071f
commit 840fde7610
4 changed files with 36 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ TEST := -v --run String_fromCharCode
TEST := -v --run Lexer\|Parse
TEST := -v --run ^TestString$$
TEST := -v --run _floatToString
TEST := -v --run FunctionArguments
TEST := .
test: test-i