.. |
builtins
|
LibJS: Implement the encode/decodeURI(Component) family of functions
|
2021-04-14 13:30:10 +02:00 |
classes
|
|
|
functions
|
Only apply auto-naming of function expressions based on syntax
|
2021-03-22 12:44:07 +01:00 |
iterators
|
|
|
loops
|
LibJS: Implicitly break for..in loop if the RHS result is nullish
|
2021-04-10 21:00:04 +02:00 |
operators
|
LibJS: Improve correctness of rounding and bitwise operations
|
2021-02-05 09:38:45 +01:00 |
add-values-to-primitive.js
|
|
|
arguments-callee.js
|
LibJS: Add a basic test for arguments.callee
|
2021-03-17 21:54:52 +01:00 |
arguments-object.js
|
|
|
automatic-semicolon-insertion.js
|
|
|
break-continue-syntax-errors.js
|
|
|
comments-basic.js
|
|
|
computed-property-throws.js
|
|
|
const-declaration-missing-initializer.js
|
|
|
const-reassignment.js
|
LibJS: Re-enable "reassignment to const" test
|
2021-02-26 16:59:37 +01:00 |
custom-@@hasInstance.js
|
|
|
custom-@@toPrimitive.js
|
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
2021-03-03 11:04:06 +01:00 |
custom-@@toStringTag.js
|
|
|
debugger-statement.js
|
|
|
empty-statements.js
|
|
|
eval-basic.js
|
LibJS: Actually use eval() in non-string arg eval test
|
2021-03-17 21:28:14 +01:00 |
exception-in-catch-block.js
|
|
|
exception-ReferenceError.js
|
|
|
exponentiation-basic.js
|
|
|
if-statement-function-declaration.js
|
|
|
indexed-access-prototype-indirection.js
|
LibJS: Fix array hole and string object indexing prototype indirection
|
2021-04-11 18:15:47 +02:00 |
indexed-access-string-object.js
|
|
|
invalid-lhs-in-assignment.js
|
|
|
labels.js
|
|
|
let-scoping.js
|
|
|
new-expression.js
|
|
|
numeric-literals-basic.js
|
|
|
object-basic.js
|
|
|
object-expression-computed-property.js
|
|
|
object-getter-setter-shorthand.js
|
|
|
object-method-shorthand.js
|
|
|
object-spread.js
|
|
|
ordinary-to-primitive.js
|
|
|
parseInt.js
|
|
|
parser-declaration-in-single-statement-context.js
|
|
|
parser-line-terminators.js
|
|
|
parser-unary-associativity.js
|
|
|
program-strict-mode.js
|
|
|
return.js
|
|
|
runtime-error-call-stack-size.js
|
LibJS: Make Errors fully spec compliant
|
2021-04-12 09:38:57 +02:00 |
strict-mode-blocks.js
|
|
|
strict-mode-errors.js
|
LibJS: Use empty value for Reference unresolvable state, not undefined
|
2021-04-02 22:24:30 +02:00 |
string-escapes.js
|
|
|
string-spread.js
|
|
|
switch-basic.js
|
|
|
switch-break.js
|
|
|
tagged-template-literals.js
|
|
|
template-literals.js
|
|
|
test-common-tests.js
|
|
|
test-common.js
|
LibJS: Provide 'details' key in results object for duplicate test
|
2021-03-31 23:59:21 +02:00 |
throw-basic.js
|
|
|
to-number-basic.js
|
|
|
to-number-exception.js
|
|
|
try-catch-finally-nested.js
|
|
|
try-catch-finally-return.js
|
LibJS: Fix return value of TryStatement with finalizer
|
2021-04-13 15:40:52 +02:00 |
try-catch-finally.js
|
|
|
update-expression-on-member-expression.js
|
|
|
update-expressions-basic.js
|
|
|
use-strict-directive.js
|
|
|
var-multiple-declarator.js
|
|
|
var-scoping.js
|
|
|
variable-undefined.js
|
|
|
with-basic.js
|
|
|