.. |
builtins
|
15c5fbd9e9
LibJS: Implement number grouping for Intl.NumberFormat
|
3 tahun lalu |
classes
|
16cc82460f
LibJS: Add parsing and evaluation of private fields and methods
|
3 tahun lalu |
functions
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 tahun lalu |
iterators
|
40b8689f9b
LibJS: Disallow duplicated variable declarations
|
4 tahun lalu |
loops
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 tahun lalu |
operators
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 tahun lalu |
syntax
|
d5f637fa21
LibJS: Do not parse async methods with a new line after the "async"
|
3 tahun lalu |
add-values-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
arguments-callee.js
|
3217e6237c
LibJS: Add a basic test for arguments.callee
|
4 tahun lalu |
arguments-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
automatic-semicolon-insertion.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
4 tahun lalu |
break-continue-syntax-errors.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
comments-basic.js
|
597cf88c08
LibJS: Implement the 'Hashbang Grammar for JS' proposal
|
4 tahun lalu |
computed-property-throws.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
const-declaration-missing-initializer.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
const-reassignment.js
|
be9df404fd
LibJS: Re-enable "reassignment to const" test
|
4 tahun lalu |
custom-@@hasInstance.js
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 tahun lalu |
custom-@@toPrimitive.js
|
585123127e
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
4 tahun lalu |
custom-@@toStringTag.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
debugger-statement.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
duplicated-variable-declarations.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
3 tahun lalu |
empty-statements.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
eval-aliasing.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 tahun lalu |
eval-basic.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 tahun lalu |
exception-ReferenceError.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
exception-in-catch-block.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
exponentiation-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
global-var-let-const.js
|
4bc98fd39f
LibJS: Only "var" declarations go in the global object at program level
|
4 tahun lalu |
if-statement-function-declaration.js
|
a92dc4e30d
LibJS: Ensure function declarations don't leak outside function scopes
|
4 tahun lalu |
indexed-access-prototype-indirection.js
|
433a23cfde
LibJS: Fix array hole and string object indexing prototype indirection
|
4 tahun lalu |
indexed-access-string-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
invalid-lhs-in-assignment.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
labels.js
|
4428e494b0
LibJS: Handle escaped keywords in more cases and handle 'await' labels
|
3 tahun lalu |
let-scoping.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
new-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
non-writable-assignment.js
|
2a8f4f097c
LibJS: Throw TypeError on write to non-writable property in strict mode
|
4 tahun lalu |
numeric-literals-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
object-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
object-expression-computed-property.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
object-expression-numeric-property.js
|
83f61748a5
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
|
4 tahun lalu |
object-getter-setter-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
object-method-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
object-spread.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
ordinary-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
parseInt.js
|
0bf597e99d
LibJS: Uncomment and add parseInt tests
|
4 tahun lalu |
parser-declaration-in-single-statement-context.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
parser-line-terminators.js
|
3fee7b0d0b
LibJS: Fix that windows style line endings were not ignored or converted
|
3 tahun lalu |
parser-unary-associativity.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
permanently-screwed-by-eval.js
|
41a072bded
LibJS: Fast non-local variable access :^)
|
3 tahun lalu |
program-non-strict.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
4 tahun lalu |
program-strict-mode.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
4 tahun lalu |
return.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
runtime-error-call-stack-size.js
|
da177c6517
LibJS: Make Errors fully spec compliant
|
4 tahun lalu |
statement-with-many-labels.js
|
3252d984ae
LibJS: Allow statements to have multiple labels
|
3 tahun lalu |
strict-mode-blocks.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
strict-mode-errors.js
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 tahun lalu |
string-escapes.js
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 tahun lalu |
string-spread.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
switch-basic.js
|
e5d48ee238
LibJS: Fix switch skipping case evaluation when hitting the default case
|
3 tahun lalu |
switch-break.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
switch-default-before-case.js
|
ababcc5725
LibJS: Defer execution of switch default clause until after case clauses
|
3 tahun lalu |
tagged-template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
test-common-tests.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
4 tahun lalu |
test-common.js
|
c194afd17c
LibJS: Fix runaway let scope when parsing for-in/of statements
|
4 tahun lalu |
this-value-strict.js
|
e1573991a3
LibJS: Fix this values in arrow functions
|
4 tahun lalu |
this-value.js
|
e1573991a3
LibJS: Fix this values in arrow functions
|
4 tahun lalu |
throw-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
to-number-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
to-number-exception.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
try-catch-finally-nested.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
try-catch-finally-return.js
|
7cbede4342
LibJS: Fix return value of TryStatement with finalizer
|
4 tahun lalu |
try-catch-finally.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
unicode-identifier-escape.js
|
7bcffd1b6a
LibJS: Fix some small remaining issues with parsing unicode escapes
|
3 tahun lalu |
update-expression-on-member-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
update-expressions-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
use-strict-directive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
var-multiple-declarator.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
var-scoping.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
3 tahun lalu |
variable-undefined.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
with-basic.js
|
db0a48d34c
LibJS: Restore the environment if an exception is thrown in 'with' block
|
3 tahun lalu |