summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/eval-basic.js
AgeCommit message (Expand)Author
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-04-25LibJS: Fallback to undefined if last value in eval() is emptyLinus Groh
2021-03-17LibJS: Actually use eval() in non-string arg eval testLinus Groh
2021-03-17LibJS: eval(x) should return x without evaluation if x is not a stringAndreas Kling
2021-03-16LibJS: Implement non-value-producing statements properlyLinus Groh
2021-03-15LibJS: Throw SyntaxError in eval() when parser has error(s)Linus Groh
2021-03-15LibJS: Make eval() return the last value from the executed statementAndreas Kling