Linus Groh
|
b985fa989e
LibJS: Actually use eval() in non-string arg eval test
|
4 年 前 |
Andreas Kling
|
60e630d5a0
LibJS: eval(x) should return x without evaluation if x is not a string
|
4 年 前 |
Linus Groh
|
c499239137
LibJS: Implement non-value-producing statements properly
|
4 年 前 |
Linus Groh
|
d6239b691f
LibJS: Throw SyntaxError in eval() when parser has error(s)
|
4 年 前 |
Andreas Kling
|
45e6b5e601
LibJS: Make eval() return the last value from the executed statement
|
4 年 前 |