.. |
builtins
|
LibJS: Implement Iterator.prototype.forEach
|
2023-06-26 10:39:07 +02:00 |
classes
|
|
|
functions
|
|
|
iterators
|
|
|
loops
|
|
|
modules
|
LibJS: Parse slashes after reserved identifiers correctly
|
2023-06-10 07:20:33 +02:00 |
operators
|
LibJS: Invalidate cached environment coordinate after delete in global
|
2023-06-24 18:33:44 +02:00 |
syntax
|
LibJS: Add tests for new Obj with optional chain
|
2023-06-17 20:01:38 +02:00 |
add-values-to-primitive.js
|
|
|
arguments-callee.js
|
|
|
arguments-object.js
|
|
|
automatic-semicolon-insertion.js
|
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
2021-06-18 20:35:23 +01:00 |
break-continue-syntax-errors.js
|
|
|
comments-basic.js
|
|
|
computed-property-sideeffects.js
|
LibJS: Ensure we only call toString on computed properties once
|
2022-02-18 22:33:59 +00:00 |
computed-property-throws.js
|
|
|
const-declaration-missing-initializer.js
|
|
|
const-reassignment.js
|
|
|
custom-@@hasInstance.js
|
|
|
custom-@@toPrimitive.js
|
|
|
custom-@@toStringTag.js
|
|
|
debugger-statement.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
duplicated-variable-declarations.js
|
|
|
empty-statements.js
|
|
|
eval-aliasing.js
|
LibJS: Correct behaviour of direct vs. indirect eval
|
2021-06-23 09:38:33 +01:00 |
eval-basic.js
|
|
|
exception-in-catch-block.js
|
|
|
exception-ReferenceError.js
|
|
|
exponentiation-basic.js
|
|
|
gc-deeply-nested-object-graph.js
|
|
|
global-var-let-const.js
|
|
|
if-statement-function-declaration.js
|
|
|
indexed-access-prototype-indirection.js
|
|
|
indexed-access-string-object.js
|
|
|
invalid-lhs-in-assignment.js
|
|
|
labels.js
|
LibJS: Replace the custom unwind mechanism with completions :^)
|
2022-01-06 12:36:23 +01:00 |
let-scoping.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
new-expression.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
non-writable-assignment.js
|
LibJS: Throw TypeError on write to non-writable property in strict mode
|
2021-06-05 23:54:08 +01:00 |
numeric-literals-basic.js
|
|
|
object-basic.js
|
|
|
object-expression-__proto__.js
|
LibJS: Implement the object literal __proto__ property key special case
|
2022-03-06 01:38:25 +02:00 |
object-expression-computed-property.js
|
|
|
object-expression-numeric-property.js
|
|
|
object-getter-setter-shorthand.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
object-method-shorthand.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
object-spread.js
|
LibJS: Use CopyDataProperties when spreading in object expressions
|
2022-02-15 00:51:25 +00:00 |
ordinary-to-primitive.js
|
|
|
parseInt.js
|
|
|
parser-declaration-in-single-statement-context.js
|
|
|
parser-line-terminators.js
|
|
|
parser-unary-associativity.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
permanently-screwed-by-eval.js
|
|
|
program-non-strict.js
|
LibJS: Add tests for strict mode and strict mode propagation
|
2021-07-20 23:45:28 +02:00 |
program-strict-mode.js
|
LibJS: Add tests for strict mode and strict mode propagation
|
2021-07-20 23:45:28 +02:00 |
return.js
|
|
|
runtime-error-call-stack-size.js
|
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
2021-11-27 01:58:05 +02:00 |
statement-with-many-labels.js
|
LibJS: Allow statements to have multiple labels
|
2021-09-26 18:24:19 +02:00 |
strict-mode-blocks.js
|
|
|
strict-mode-errors.js
|
|
|
string-basic.js
|
|
|
string-concatenation.js
|
|
|
string-escapes.js
|
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
2021-11-30 17:05:32 +00:00 |
string-spread.js
|
|
|
switch-basic.js
|
|
|
switch-break.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
switch-default-before-case.js
|
|
|
tagged-template-literals.js
|
|
|
template-literals.js
|
LibJS: Treat '\\' as an escaped character in template literals
|
2022-11-15 12:00:36 +00:00 |
test-common-tests.js
|
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
2021-06-18 20:35:23 +01:00 |
test-common.js
|
LibJS: Add custom details to toBe{True, False} shown on failure
|
2023-01-23 09:56:50 +00:00 |
this-value-strict.js
|
|
|
this-value.js
|
LibJS/Tests: Enable two more skipped tests which now pass
|
2021-12-08 20:08:26 +00:00 |
throw-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
to-number-basic.js
|
|
|
to-number-exception.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
try-catch-finally-nested.js
|
|
|
try-catch-finally-return.js
|
|
|
try-catch-finally.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
try-finally-break.js
|
|
|
try-finally-continue.js
|
|
|
unicode-identifier-escape.js
|
LibJS: Fix some small remaining issues with parsing unicode escapes
|
2021-08-24 07:42:37 +01:00 |
update-expression-on-member-expression.js
|
|
|
update-expressions-basic.js
|
|
|
use-strict-directive.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
using-declaration.js
|
|
|
using-for-loops.js
|
|
|
var-multiple-declarator.js
|
|
|
var-scoping.js
|
LibJS: Enable now working tests for duplicated variable declarations
|
2021-10-15 10:27:16 +01:00 |
variable-undefined.js
|
|
|
with-basic.js
|
|
|