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