Age | Commit message (Expand) | Author |
---|---|---|
2021-06-23 | LibJS: Correct behaviour of direct vs. indirect eval | Anonymous |
2021-04-25 | LibJS: Fallback to undefined if last value in eval() is empty | Linus Groh |
2021-03-17 | LibJS: Actually use eval() in non-string arg eval test | Linus Groh |
2021-03-17 | LibJS: eval(x) should return x without evaluation if x is not a string | Andreas Kling |
2021-03-16 | LibJS: Implement non-value-producing statements properly | Linus Groh |
2021-03-15 | LibJS: Throw SyntaxError in eval() when parser has error(s) | Linus Groh |
2021-03-15 | LibJS: Make eval() return the last value from the executed statement | Andreas Kling |