.. |
builtins
|
e20efaa083
LibJS: Let WrappedFunction inherit target name and length
|
пре 3 година |
classes
|
45578f58dc
LibJS: Allow super property lookup and new.target in static init blocks
|
пре 3 година |
functions
|
87068896d0
LibJS: Evaluate NewExpression arguments before checking constructor type
|
пре 3 година |
iterators
|
40b8689f9b
LibJS: Disallow duplicated variable declarations
|
пре 4 година |
loops
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
пре 3 година |
modules
|
7cbf4b90e8
LibJS: Implement ImportCall and HostImportModuleDynamically
|
пре 3 година |
operators
|
c8e80690a7
LibJS: Don't treat yield after void as identifier in generator functions
|
пре 3 година |
syntax
|
d7f6635d55
LibJS: Add missing undefined fallback to IfStatement completions
|
пре 3 година |
add-values-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
arguments-callee.js
|
3217e6237c
LibJS: Add a basic test for arguments.callee
|
пре 4 година |
arguments-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
automatic-semicolon-insertion.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
пре 4 година |
break-continue-syntax-errors.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
comments-basic.js
|
a1308bfc60
LibJS: Make new lines in block comments reset line has token
|
пре 3 година |
computed-property-throws.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
const-declaration-missing-initializer.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
const-reassignment.js
|
be9df404fd
LibJS: Re-enable "reassignment to const" test
|
пре 4 година |
custom-@@hasInstance.js
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
пре 4 година |
custom-@@toPrimitive.js
|
585123127e
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
|
пре 4 година |
custom-@@toStringTag.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
debugger-statement.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
duplicated-variable-declarations.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
пре 3 година |
empty-statements.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
eval-aliasing.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
пре 4 година |
eval-basic.js
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
пре 4 година |
exception-ReferenceError.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
exception-in-catch-block.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
exponentiation-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
global-var-let-const.js
|
4bc98fd39f
LibJS: Only "var" declarations go in the global object at program level
|
пре 4 година |
if-statement-function-declaration.js
|
a92dc4e30d
LibJS: Ensure function declarations don't leak outside function scopes
|
пре 4 година |
indexed-access-prototype-indirection.js
|
433a23cfde
LibJS: Fix array hole and string object indexing prototype indirection
|
пре 4 година |
indexed-access-string-object.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
invalid-lhs-in-assignment.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
labels.js
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
пре 3 година |
let-scoping.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
new-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
non-writable-assignment.js
|
2a8f4f097c
LibJS: Throw TypeError on write to non-writable property in strict mode
|
пре 4 година |
numeric-literals-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
object-basic.js
|
51e23cd043
LibJS: Disallow shorthand properties with reserved names
|
пре 3 година |
object-expression-computed-property.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
object-expression-numeric-property.js
|
83f61748a5
LibJS: Don't treat 2^32 - 1 as numeric PropertyName
|
пре 4 година |
object-getter-setter-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
object-method-shorthand.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
object-spread.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
ordinary-to-primitive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
parseInt.js
|
0bf597e99d
LibJS: Uncomment and add parseInt tests
|
пре 4 година |
parser-declaration-in-single-statement-context.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
parser-line-terminators.js
|
e8519156bc
LibJS: Implement create_dynamic_function() according to the spec
|
пре 3 година |
parser-unary-associativity.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
permanently-screwed-by-eval.js
|
41a072bded
LibJS: Fast non-local variable access :^)
|
пре 3 година |
program-non-strict.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
пре 4 година |
program-strict-mode.js
|
295192bf15
LibJS: Add tests for strict mode and strict mode propagation
|
пре 4 година |
return.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
runtime-error-call-stack-size.js
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
пре 3 година |
statement-with-many-labels.js
|
3252d984ae
LibJS: Allow statements to have multiple labels
|
пре 3 година |
strict-mode-blocks.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
strict-mode-errors.js
|
830ea0414c
LibJS: Make scoping follow the spec
|
пре 3 година |
string-concatenation.js
|
a57e2f9a76
LibJS: Combine UTF-16 surrogate pairs when concatenating strings
|
пре 3 година |
string-escapes.js
|
7624c3de0e
LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapes
|
пре 3 година |
string-spread.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
switch-basic.js
|
e5d48ee238
LibJS: Fix switch skipping case evaluation when hitting the default case
|
пре 3 година |
switch-break.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
switch-default-before-case.js
|
ababcc5725
LibJS: Defer execution of switch default clause until after case clauses
|
пре 3 година |
tagged-template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
template-literals.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
test-common-tests.js
|
299c3069c1
LibJS/Tests: Use eval() for toEvalTo(), not Function()
|
пре 4 година |
test-common.js
|
450dedabd1
LibJS: Add messages to the toEval and toEvalTo tests
|
пре 3 година |
this-value-strict.js
|
859b810db1
LibJS/Tests: Enable two more skipped tests which now pass
|
пре 3 година |
this-value.js
|
859b810db1
LibJS/Tests: Enable two more skipped tests which now pass
|
пре 3 година |
throw-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
to-number-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
to-number-exception.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
try-catch-finally-nested.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
try-catch-finally-return.js
|
7cbede4342
LibJS: Fix return value of TryStatement with finalizer
|
пре 4 година |
try-catch-finally.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
unicode-identifier-escape.js
|
7bcffd1b6a
LibJS: Fix some small remaining issues with parsing unicode escapes
|
пре 3 година |
update-expression-on-member-expression.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
update-expressions-basic.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
use-strict-directive.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
var-multiple-declarator.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
var-scoping.js
|
10bf91a293
LibJS: Enable now working tests for duplicated variable declarations
|
пре 3 година |
variable-undefined.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
with-basic.js
|
db0a48d34c
LibJS: Restore the environment if an exception is thrown in 'with' block
|
пре 3 година |