summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/function-length.js
AgeCommit message (Expand)Author
2020-05-06LibJS: Function.length respects default and rest parametersMatthew Olsson
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 length property to ScriptFunctionLinus Groh