.. |
builtins
|
2b764b3594
LibJS: Remove faulty assertion in BalanceDurationRelative
|
3 years ago |
classes
|
7798821f5b
LibJS: Add tests for the new steps added to PerformEval
|
3 years ago |
functions
|
7798821f5b
LibJS: Add tests for the new steps added to PerformEval
|
3 years ago |
iterators
|
40b8689f9b
LibJS: Disallow duplicated variable declarations
|
4 years ago |
loops
|
02e97b3313
LibJS: Bring ForIn body evaluation closer to the specification
|
3 years ago |
modules
|
6b5c882af3
LibJS: Add support for JSON modules
|
3 years ago |
operators
|
bd809b7787
LibJS: Add more delete operator tests
|
3 years ago |
syntax
|
602190f66f
LibJS: Fix mixing of logical and coalescing operators
|
3 years ago |
add-values-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
arguments-callee.js
|
3217e6237c
LibJS: Add a basic test for arguments.callee
|
4 years ago |
arguments-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
automatic-semicolon-insertion.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
4 years ago |
break-continue-syntax-errors.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
comments-basic.js
|
a1308bfc60
LibJS: Make new lines in block comments reset line has token
|
3 years ago |
computed-property-sideeffects.js
|
a97b5393d0
LibJS: Ensure we only call toString on computed properties once
|
3 years ago |
computed-property-throws.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
const-declaration-missing-initializer.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
const-reassignment.js
|
be9df404fd
LibJS: Re-enable "reassignment to const" test
|
4 years ago |
custom-@@hasInstance.js
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 years ago |
custom-@@toPrimitive.js
|
585123127e
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
4 years ago |
custom-@@toStringTag.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
debugger-statement.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
duplicated-variable-declarations.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
3 years ago |
empty-statements.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
eval-aliasing.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 years ago |
eval-basic.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 years ago |
exception-ReferenceError.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
exception-in-catch-block.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
exponentiation-basic.js
|
c45922c637
LibJS: Unify exponentiation logic for ** operator and Math.pow
|
3 years ago |
global-var-let-const.js
|
4bc98fd39f
LibJS: Only "var" declarations go in the global object at program level
|
4 years ago |
if-statement-function-declaration.js
|
a92dc4e30d
LibJS: Ensure function declarations don't leak outside function scopes
|
4 years ago |
indexed-access-prototype-indirection.js
|
433a23cfde
LibJS: Fix array hole and string object indexing prototype indirection
|
4 years ago |
indexed-access-string-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
invalid-lhs-in-assignment.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
labels.js
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
3 years ago |
let-scoping.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
new-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
non-writable-assignment.js
|
2a8f4f097c
LibJS: Throw TypeError on write to non-writable property in strict mode
|
4 years ago |
numeric-literals-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
object-basic.js
|
51e23cd043
LibJS: Disallow shorthand properties with reserved names
|
3 years ago |
object-expression-__proto__.js
|
7ebb421ee9
LibJS: Implement the object literal __proto__ property key special case
|
3 years ago |
object-expression-computed-property.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
object-expression-numeric-property.js
|
83f61748a5
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
|
4 years ago |
object-getter-setter-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
object-method-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
object-spread.js
|
c114be95f5
LibJS: Use CopyDataProperties when spreading in object expressions
|
3 years ago |
ordinary-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
parseInt.js
|
0bf597e99d
LibJS: Uncomment and add parseInt tests
|
4 years ago |
parser-declaration-in-single-statement-context.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
parser-line-terminators.js
|
e8519156bc
LibJS: Implement create_dynamic_function() according to the spec
|
3 years ago |
parser-unary-associativity.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
permanently-screwed-by-eval.js
|
41a072bded
LibJS: Fast non-local variable access :^)
|
3 years ago |
program-non-strict.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
4 years ago |
program-strict-mode.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
4 years ago |
return.js
|
7798821f5b
LibJS: Add tests for the new steps added to PerformEval
|
3 years ago |
runtime-error-call-stack-size.js
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 years ago |
statement-with-many-labels.js
|
3252d984ae
LibJS: Allow statements to have multiple labels
|
3 years ago |
strict-mode-blocks.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
strict-mode-errors.js
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 years ago |
string-basic.js
|
8b27917603
LibJS/Tests: Rename snake_case identifiers in string-basic.js
|
3 years ago |
string-concatenation.js
|
a57e2f9a76
LibJS: Combine UTF-16 surrogate pairs when concatenating strings
|
3 years ago |
string-escapes.js
|
7624c3de0e
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
3 years ago |
string-spread.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
switch-basic.js
|
e5d48ee238
LibJS: Fix switch skipping case evaluation when hitting the default case
|
3 years ago |
switch-break.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
switch-default-before-case.js
|
ababcc5725
LibJS: Defer execution of switch default clause until after case clauses
|
3 years ago |
tagged-template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
test-common-tests.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
4 years ago |
test-common.js
|
a5958b5f45
LibJS: Allow 'expect().fail("some random string")' in test-js
|
3 years ago |
this-value-strict.js
|
859b810db1
LibJS/Tests: Enable two more skipped tests which now pass
|
3 years ago |
this-value.js
|
859b810db1
LibJS/Tests: Enable two more skipped tests which now pass
|
3 years ago |
throw-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
to-number-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
to-number-exception.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
try-catch-finally-nested.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
try-catch-finally-return.js
|
7cbede4342
LibJS: Fix return value of TryStatement with finalizer
|
4 years ago |
try-catch-finally.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
unicode-identifier-escape.js
|
7bcffd1b6a
LibJS: Fix some small remaining issues with parsing unicode escapes
|
3 years ago |
update-expression-on-member-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
update-expressions-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
use-strict-directive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
var-multiple-declarator.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
var-scoping.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
3 years ago |
variable-undefined.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
with-basic.js
|
db0a48d34c
LibJS: Restore the environment if an exception is thrown in 'with' block
|
3 years ago |