summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/arrow-functions.js
AgeCommit message (Expand)Author
2020-05-30LibJS: Throw a TypeError when an arrow function is used as a constructorJack Karamanian
2020-05-30LibJS: Don't define the "prototype" property for arrow functionsJack Karamanian
2020-05-30LibJS: Set the bound |this| value to the |this| value of the currentJack Karamanian
2020-05-30LibJS: Parse arrow function expression with correct precedenceMarcin Gasperowicz
2020-05-28LibJS: Add strict modeMatthew Olsson
2020-05-22LibJS: Disallow multiple parameters in paren-less arrow functionLinus Groh
2020-05-06LibJS: Fix syntax error for arrow function non-decl variable assignmentMatthew Olsson
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-13LibJS: Fix test files indentation (4 spaces)Linus Groh
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-03-30LibJS: Add support for arrow functionsJack Karamanian