.. |
builtins
|
LibJS: Implement Temporal.PlainMonthDay.from
|
2021-09-10 23:10:18 +01:00 |
classes
|
LibJS: Add support for public fields in classes
|
2021-09-01 13:39:14 +01:00 |
functions
|
LibJS: Improve function hoisting across blocks
|
2021-07-06 00:15:37 +01:00 |
iterators
|
LibJS: Disallow duplicated variable declarations
|
2021-07-20 23:45:28 +02:00 |
loops
|
LibJS: Allow binding patterns as for in/of targets
|
2021-07-02 14:59:03 +02:00 |
operators
|
LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator
|
2021-09-02 18:26:42 +01:00 |
syntax
|
LibJS: Force the lexer to parse a regex when expecting a statement
|
2021-08-16 23:20:04 +01: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
|
LibJS: Implement the 'Hashbang Grammar for JS' proposal
|
2021-06-18 20:35:23 +01:00 |
computed-property-throws.js
|
|
|
const-declaration-missing-initializer.js
|
|
|
const-reassignment.js
|
|
|
custom-@@hasInstance.js
|
LibJS: Rewrite most of Object for spec compliance :^)
|
2021-07-04 22:07:36 +01:00 |
custom-@@toPrimitive.js
|
|
|
custom-@@toStringTag.js
|
|
|
debugger-statement.js
|
|
|
duplicated-variable-declarations.js
|
LibJS: Disallow duplicated variable declarations
|
2021-07-20 23:45:28 +02:00 |
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
|
LibJS: Correct behaviour of direct vs. indirect eval
|
2021-06-23 09:38:33 +01:00 |
exception-in-catch-block.js
|
|
|
exception-ReferenceError.js
|
|
|
exponentiation-basic.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
|
|
|
let-scoping.js
|
|
|
new-expression.js
|
|
|
non-writable-assignment.js
|
|
|
numeric-literals-basic.js
|
|
|
object-basic.js
|
|
|
object-expression-computed-property.js
|
|
|
object-expression-numeric-property.js
|
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
|
2021-07-06 17:29:12 +01:00 |
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
|
LibJS: Fix that windows style line endings were not ignored or converted
|
2021-09-06 08:43:38 +01:00 |
parser-unary-associativity.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
|
|
|
strict-mode-blocks.js
|
|
|
strict-mode-errors.js
|
LibJS: Bring Reference records a bit closer to the ECMAScript spec
|
2021-06-25 16:58:36 +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
|
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
2021-06-18 20:35:23 +01:00 |
test-common.js
|
LibJS: Fix runaway let scope when parsing for-in/of statements
|
2021-07-06 00:15:37 +01:00 |
this-value-strict.js
|
LibJS: Fix this values in arrow functions
|
2021-08-09 17:33:14 +01:00 |
this-value.js
|
LibJS: Fix this values in arrow functions
|
2021-08-09 17:33:14 +01:00 |
throw-basic.js
|
|
|
to-number-basic.js
|
|
|
to-number-exception.js
|
|
|
try-catch-finally-nested.js
|
|
|
try-catch-finally-return.js
|
|
|
try-catch-finally.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
|
|
|
var-multiple-declarator.js
|
|
|
var-scoping.js
|
|
|
variable-undefined.js
|
|
|
with-basic.js
|
LibJS: Restore the environment if an exception is thrown in 'with' block
|
2021-09-08 20:37:39 +01:00 |