summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/object-basic.js
AgeCommit message (Expand)Author
2020-04-23LibJS: Implement computed properties in object expressionsLinus Groh
2020-04-18LibJS: Allow reserved words as keys in object expressions.Stephan Unverwerth
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-07LibJS: Allow parsing numeric and string literals in object expressionsDexesTTP
2020-04-06LibJS: Fix impossible member access for negative integersDexesTTP