summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/Function.js
AgeCommit message (Expand)Author
2020-05-15LibJS: Let parser keep track of errorsLinus Groh
2020-05-13LibJS: Make the Function() constructor throw a SyntaxError, not returnLinus Groh
2020-05-02LibJS: Add "name" property to functionsLinus Groh
2020-05-02LibJS: Name functions created by "Function" "anonymous"Linus Groh
2020-04-16LibJS: Remove outdated FIXME now that we have lexical environmentsLinus Groh
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-04LibJS: Add Function() and Function.prototypeLinus Groh