Age | Commit message (Expand) | Author |
---|---|---|
2020-05-30 | LibJS: Throw a TypeError when an arrow function is used as a constructor | Jack Karamanian |
2020-05-30 | LibJS: Don't define the "prototype" property for arrow functions | Jack Karamanian |
2020-05-30 | LibJS: Set the bound |this| value to the |this| value of the current | Jack Karamanian |
2020-05-30 | LibJS: Parse arrow function expression with correct precedence | Marcin Gasperowicz |
2020-05-28 | LibJS: Add strict mode | Matthew Olsson |
2020-05-22 | LibJS: Disallow multiple parameters in paren-less arrow function | Linus Groh |
2020-05-06 | LibJS: Fix syntax error for arrow function non-decl variable assignment | Matthew Olsson |
2020-04-14 | js/LibJS: Move test functions to pure javascript. | Brian Gianforcaro |
2020-04-13 | LibJS: Fix test files indentation (4 spaces) | Linus Groh |
2020-04-05 | LibJS: Use the native assert() implementation now avaiable in 'js -t' | Brian Gianforcaro |
2020-03-30 | LibJS: Add support for arrow functions | Jack Karamanian |