Timothy Flynn 4bdcf9a4b7 LibJS: Revert the free stack limit back to 32 KiB 1 éve
..
Intl 0d3072bdac LibJS: Use IteratorStepValue in ECMA-402 1 éve
Temporal 0b457f90e0 LibJS: Fix copy paste errors in Temporal's Calendar Methods Record 1 éve
AbstractOperations.cpp e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 éve
AbstractOperations.h af586dde64 LibJS: Add a remainder() function to represent remainder(x, y) 1 éve
Accessor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Accessor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Agent.cpp a7073c3f1f LibJS: Skip test262 tests with the CanBlockIsFalse flag 1 éve
Agent.h a7073c3f1f LibJS: Skip test262 tests with the CanBlockIsFalse flag 1 éve
AggregateError.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AggregateError.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AggregateErrorConstructor.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
AggregateErrorConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AggregateErrorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AggregateErrorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArgumentsObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArgumentsObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Array.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
Array.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
ArrayBuffer.cpp 3f3686cf7b LibJS: Implement missing steps from the ArrayBuffer transfer proposal 1 éve
ArrayBuffer.h 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects 1 éve
ArrayBufferConstructor.cpp 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects 1 éve
ArrayBufferConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArrayBufferPrototype.cpp 3f3686cf7b LibJS: Implement missing steps from the ArrayBuffer transfer proposal 1 éve
ArrayBufferPrototype.h 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects 1 éve
ArrayConstructor.cpp 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
ArrayConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArrayIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArrayIterator.h 373ec387c1 LibJS: Add fast_is<ArrayIterator>() 1 éve
ArrayIteratorPrototype.cpp 9258d7b98a LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 1 éve
ArrayIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ArrayPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
ArrayPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncFromSyncIterator.cpp 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
AsyncFromSyncIterator.h 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
AsyncFromSyncIteratorPrototype.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 éve
AsyncFromSyncIteratorPrototype.h 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
AsyncFunctionConstructor.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
AsyncFunctionConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncFunctionDriverWrapper.cpp b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots 1 éve
AsyncFunctionDriverWrapper.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
AsyncFunctionPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncFunctionPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGenerator.cpp b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots 1 éve
AsyncGenerator.h 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation 1 éve
AsyncGeneratorFunctionConstructor.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
AsyncGeneratorFunctionConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGeneratorFunctionPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGeneratorFunctionPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGeneratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGeneratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 éve
AsyncIteratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AsyncIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
AtomicsObject.cpp 9258d7b98a LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 1 éve
AtomicsObject.h 026363024f LibJS: Stub out Atomics.notify 1 éve
BigInt.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigInt.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
BigIntConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigIntConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigIntObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigIntObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigIntPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BigIntPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BooleanPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
BoundFunction.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
BoundFunction.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
ByteLength.h c7fec9424c LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 1 éve
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 éve
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h 2 éve
CommonPropertyNames.h 3c9c134d71 LibWeb: Implement KeyframeEffect::{get,set}_keyframes 1 éve
Completion.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 éve
Completion.h d4b08b7196 LibJS: Use a forwarding reference in ThrowCompletion constructor 2 éve
ConsoleObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ConsoleObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DataView.cpp c7fec9424c LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 1 éve
DataView.h c7fec9424c LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 1 éve
DataViewConstructor.cpp c7fec9424c LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 1 éve
DataViewConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DataViewPrototype.cpp c7fec9424c LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView 1 éve
DataViewPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Date.cpp 6047f1adcb LibJS: Ensure JS::Date has a key function and its vtable is in LibJS 1 éve
Date.h 6047f1adcb LibJS: Ensure JS::Date has a key function and its vtable is in LibJS 1 éve
DateConstructor.cpp f757a7cfa8 LibJS: Support more weird date formats found on the web 1 éve
DateConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DatePrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
DatePrototype.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
DeclarativeEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DeclarativeEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStack.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStack.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStackConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStackConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStackPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
DisposableStackPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ECMAScriptFunctionObject.cpp e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 éve
ECMAScriptFunctionObject.h bed78eb3cc LibJS: Don't add uncaptured parameter bindings to environment 1 éve
Environment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 éve
Environment.h 1d8ec677a3 LibJS/JIT: Add fast path for cached GetVariable accesses 1 éve
EnvironmentCoordinate.h 1d8ec677a3 LibJS/JIT: Add fast path for cached GetVariable accesses 1 éve
Error.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
Error.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ErrorConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ErrorConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ErrorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ErrorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 éve
ErrorTypes.h 986abe7047 LibJS: Rename IntlNumberIsNaNOrInfinity to NumberIsNaNOrInfinity 1 éve
ExecutionContext.cpp b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots 1 éve
ExecutionContext.h 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
FinalizationRegistry.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FinalizationRegistry.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FinalizationRegistryConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FinalizationRegistryConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FinalizationRegistryPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FinalizationRegistryPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FunctionConstructor.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
FunctionConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FunctionEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FunctionEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
FunctionKind.h c696654294 LibJS: Add a missing include to FunctionKind.h 2 éve
FunctionObject.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
FunctionObject.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
FunctionPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
FunctionPrototype.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
GeneratorFunctionConstructor.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
GeneratorFunctionConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GeneratorFunctionPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GeneratorFunctionPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GeneratorObject.cpp b108d51c5b LibJS: Only consider VM-accessible execution contexts as strong roots 1 éve
GeneratorObject.h 3fc0333ee6 LibJS: Put Bytecode::CallFrame + register slots in a single allocation 1 éve
GeneratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GeneratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GlobalEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GlobalEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
GlobalObject.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
GlobalObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
IndexedProperties.cpp ee4948b9e7 LibJS: Devirtualize is_simple_storage() 1 éve
IndexedProperties.h cb933a3e4a LibJS: Expose offset of m_array_size 1 éve
Intrinsics.cpp f47a14b9d6 LibJS: Use a premade shape when creating iterator result objects 1 éve
Intrinsics.h f47a14b9d6 LibJS: Use a premade shape when creating iterator result objects 1 éve
Iterator.cpp 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
Iterator.h 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
IteratorConstructor.cpp 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
IteratorConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
IteratorHelper.cpp 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
IteratorHelper.h 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
IteratorHelperPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
IteratorHelperPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
IteratorPrototype.cpp 4699c81fc1 LibJS: Stop converting between Object <-> IteratorRecord all the time 1 éve
IteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
JSONObject.cpp b5f1a48a7c AK+Everywhere: Remove JsonValue APIs with implicit default values 1 éve
JSONObject.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
JobCallback.cpp ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
JobCallback.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
Map.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Map.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapConstructor.cpp edbc2a1031 LibJS: Update spec numbers for the Array Grouping proposal 1 éve
MapConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapIterator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapIteratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MapPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
MathObject.cpp e335354b30 LibJS: Call builtins directly in the bytecode interpreter 1 éve
MathObject.h e335354b30 LibJS: Call builtins directly in the bytecode interpreter 1 éve
ModuleEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ModuleEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ModuleNamespaceObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ModuleNamespaceObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ModuleRequest.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
NativeFunction.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
NativeFunction.h 845da3901d LibJS: Make ExecutionContext::function_name a GCPtr<PrimitiveString> 1 éve
NumberConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
NumberConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
NumberObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
NumberObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
NumberPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
NumberPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Object.cpp d2710ad73f LibJS: Implement temporal AO SnapshotOwnProperties 1 éve
Object.h 23c5a7a0a3 LibJS: Expose const prototype getter in Object 1 éve
ObjectConstructor.cpp edbc2a1031 LibJS: Update spec numbers for the Array Grouping proposal 1 éve
ObjectConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ObjectEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ObjectEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ObjectPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
ObjectPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PrimitiveString.cpp 0ad4be3d78 LibJS: Skip redundant UTF-8 validation in rope string resolution 1 éve
PrimitiveString.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
PrivateEnvironment.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PrivateEnvironment.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Promise.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Promise.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseCapability.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseCapability.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseConstructor.cpp 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
PromiseConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseJobs.cpp ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
PromiseJobs.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 éve
PromisePrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromisePrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseReaction.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseReaction.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseResolvingElementFunctions.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseResolvingElementFunctions.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseResolvingFunction.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PromiseResolvingFunction.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
PropertyAttributes.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
PropertyDescriptor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
PropertyDescriptor.h 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 éve
PropertyKey.h e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 éve
PrototypeObject.h 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 éve
ProxyConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ProxyConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ProxyObject.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
ProxyObject.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
Realm.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
Realm.h e335354b30 LibJS: Call builtins directly in the bytecode interpreter 1 éve
Reference.cpp d667721b24 LibJS: Skip object creation for BigInt and Symbol values in GetValue 1 éve
Reference.h 2b19d1b5ab LibJS: Do not coerce nullish references to unresolvable references 2 éve
ReflectObject.cpp ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve
ReflectObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpLegacyStaticProperties.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 éve
RegExpLegacyStaticProperties.h 7849950383 LibJS: Make Utf16String & related APIs infallible 2 éve
RegExpObject.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
RegExpObject.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
RegExpPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
RegExpPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpStringIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpStringIterator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
RegExpStringIteratorPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
RegExpStringIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Set.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Set.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetConstructor.cpp 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
SetConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetIterator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetIteratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SetPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
SetPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
ShadowRealm.cpp e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 éve
ShadowRealm.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
ShadowRealmConstructor.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
ShadowRealmConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
ShadowRealmPrototype.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
ShadowRealmPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Shape.cpp 1e90379008 LibJS: Introduce "dictionary" mode for object shapes 1 éve
Shape.h 1e90379008 LibJS: Introduce "dictionary" mode for object shapes 1 éve
SharedArrayBufferConstructor.cpp 4f32392426 LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics 1 éve
SharedArrayBufferConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SharedArrayBufferPrototype.cpp 526a74f2f1 LibJS: Implement missing checks for SharedArrayBuffer values 1 éve
SharedArrayBufferPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringConstructor.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
StringConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringIterator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringIteratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
StringOrSymbol.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
StringPrototype.cpp a984067567 LibJS: Make the StringIndexOf AO public 1 éve
StringPrototype.h a984067567 LibJS: Make the StringIndexOf AO public 1 éve
SuppressedError.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SuppressedError.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SuppressedErrorConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SuppressedErrorConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SuppressedErrorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SuppressedErrorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Symbol.cpp f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 éve
Symbol.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolObject.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolObject.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
SymbolPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
TypedArray.cpp 5d0fb4bac3 LibJS: Do not inherit TypedArray constructors from TypedArrayConstructor 1 éve
TypedArray.h 5d0fb4bac3 LibJS: Do not inherit TypedArray constructors from TypedArrayConstructor 1 éve
TypedArrayConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
TypedArrayConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
TypedArrayPrototype.cpp 75262a92e1 LibJS: Update spec notes for a resizable ArrayBuffer workaround 1 éve
TypedArrayPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
Utf16String.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
Utf16String.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
VM.cpp e46b217e42 LibJS/Bytecode: Move to a new bytecode format 1 éve
VM.h 4bdcf9a4b7 LibJS: Revert the free stack limit back to 32 KiB 1 éve
Value.cpp 48a3a02238 LibCrypto: Make constructing a BigInteger from string fallible 1 éve
Value.h 3ca86cd044 LibJS: Allow creating the specialized Optional<Value> from OptionalNone 1 éve
ValueInlines.h 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
ValueTraits.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 éve
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 éve
WeakMap.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakMap.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakMapConstructor.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 éve
WeakMapConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakMapPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakMapPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRef.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRef.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRefConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRefConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRefPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakRefPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakSet.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakSet.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakSetConstructor.cpp 18847fca50 LibJS: Use IteratorStepValue in ECMA-262 1 éve
WeakSetConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakSetPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WeakSetPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 éve
WrapForValidIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
WrapForValidIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
WrappedFunction.cpp 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap 1 éve
WrappedFunction.h ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> 1 éve