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