.. |
builtins
|
LibJS: Change wording of ErrorType::NotA to be independent of context
|
2021-09-12 00:16:39 +02:00 |
classes
|
LibJS: Add support for public fields in classes
|
2021-09-01 13:39:14 +01:00 |
functions
|
LibJS: Evaluate function arguments before checking callee type
|
2021-09-13 17:44:08 +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: Implement parsing and execution of optional chains
|
2021-09-14 20:03:27 +01:00 |
add-values-to-primitive.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
arguments-callee.js
|
LibJS: Add a basic test for arguments.callee
|
2021-03-17 21:54:52 +01:00 |
arguments-object.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
comments-basic.js
|
LibJS: Implement the 'Hashbang Grammar for JS' proposal
|
2021-06-18 20:35:23 +01:00 |
computed-property-throws.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
const-declaration-missing-initializer.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
const-reassignment.js
|
LibJS: Re-enable "reassignment to const" test
|
2021-02-26 16:59:37 +01:00 |
custom-@@hasInstance.js
|
LibJS: Rewrite most of Object for spec compliance :^)
|
2021-07-04 22:07:36 +01:00 |
custom-@@toPrimitive.js
|
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
2021-03-03 11:04:06 +01:00 |
custom-@@toStringTag.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
debugger-statement.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
duplicated-variable-declarations.js
|
LibJS: Disallow duplicated variable declarations
|
2021-07-20 23:45:28 +02:00 |
empty-statements.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
exception-ReferenceError.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
exponentiation-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
global-var-let-const.js
|
LibJS: Only "var" declarations go in the global object at program level
|
2021-06-09 23:25:16 +02:00 |
if-statement-function-declaration.js
|
LibJS: Ensure function declarations don't leak outside function scopes
|
2021-05-13 23:59:00 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
invalid-lhs-in-assignment.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
labels.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
object-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
object-expression-computed-property.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
ordinary-to-primitive.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
parseInt.js
|
LibJS: Uncomment and add parseInt tests
|
2021-06-06 01:34:22 +01:00 |
parser-declaration-in-single-statement-context.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
runtime-error-call-stack-size.js
|
LibJS: Make Errors fully spec compliant
|
2021-04-12 09:38:57 +02:00 |
strict-mode-blocks.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
string-spread.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
switch-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
switch-break.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
tagged-template-literals.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
template-literals.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01: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: 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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
to-number-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
to-number-exception.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
try-catch-finally-nested.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
update-expressions-basic.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
use-strict-directive.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
var-multiple-declarator.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
var-scoping.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
variable-undefined.js
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
with-basic.js
|
LibJS: Restore the environment if an exception is thrown in 'with' block
|
2021-09-08 20:37:39 +01:00 |