summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/object-basic.js
AgeCommit message (Expand)Author
2020-06-29LibJS: Initial class implementation; allow super expressions in objectJack Karamanian
2020-06-07LibJS: Add BigIntLinus Groh
2020-06-01LibJS: Rewrite Parser.parse_object_expression()Matthew Olsson
2020-05-29LibJS: Fix conditional expression precedenceMatthew Olsson
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