summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/strict-mode-errors.js
AgeCommit message (Expand)Author
2020-07-06LibJS: Indent tests with 4 spaces instead of 2Matthew Olsson
2020-07-06LibJS: Convert remaining top-level tests to new systemMatthew Olsson
2020-07-06test-js: Use prettier and format all filesMatthew Olsson
2020-06-11LibJS: Consolidate error messages into ErrorTypes.hMatthew Olsson
2020-05-29LibJS: Throw in strict mode when assigning property to primitive valueLinus Groh