Age | Commit message (Expand) | Author |
---|---|---|
2020-05-15 | LibJS: Let parser keep track of errors | Linus Groh |
2020-05-13 | LibJS: Make the Function() constructor throw a SyntaxError, not return | Linus Groh |
2020-05-02 | LibJS: Add "name" property to functions | Linus Groh |
2020-05-02 | LibJS: Name functions created by "Function" "anonymous" | Linus Groh |
2020-04-16 | LibJS: Remove outdated FIXME now that we have lexical environments | Linus Groh |
2020-04-14 | js/LibJS: Move test functions to pure javascript. | Brian Gianforcaro |
2020-04-05 | LibJS: Use the native assert() implementation now avaiable in 'js -t' | Brian Gianforcaro |
2020-04-04 | LibJS: Add Function() and Function.prototype | Linus Groh |