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