Linus Groh 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 år sedan
..
Intl f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
Temporal 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 år sedan
AbstractOperations.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AbstractOperations.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Accessor.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
AggregateError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 år sedan
AggregateErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AggregateErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AggregateErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AggregateErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ArgumentsObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ArgumentsObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Array.cpp e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal 2 år sedan
Array.h e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal 2 år sedan
ArrayBuffer.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ArrayBuffer.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 år sedan
ArrayBufferConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ArrayBufferConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ArrayBufferPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ArrayBufferPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ArrayConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
ArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ArrayIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 år sedan
ArrayIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ArrayIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
ArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncFromSyncIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AsyncFromSyncIterator.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncFromSyncIteratorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AsyncFromSyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AsyncFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncFunctionDriverWrapper.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AsyncFunctionDriverWrapper.h 4c2b4c1a27 LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work 2 år sedan
AsyncFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AsyncFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncGenerator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 år sedan
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 år sedan
AsyncGeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
AsyncGeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncGeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AsyncGeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncGeneratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AsyncGeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 år sedan
AsyncIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AsyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
AtomicsObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
AtomicsObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
BigInt.cpp 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 år sedan
BigInt.h 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 år sedan
BigIntConstructor.cpp 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 år sedan
BigIntConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
BigIntObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
BigIntObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
BigIntPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
BigIntPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
BooleanConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
BooleanConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
BooleanObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 år sedan
BooleanPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
BooleanPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
BoundFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 år sedan
BoundFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 år sedan
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h 2 år sedan
CommonPropertyNames.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 år sedan
Completion.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Completion.h d4b08b7196 LibJS: Use a forwarding reference in ThrowCompletion constructor 2 år sedan
ConsoleObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ConsoleObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DataView.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
DataView.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
DataViewConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
DataViewConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DataViewPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
DataViewPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Date.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Date.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 år sedan
DateConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
DateConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DatePrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
DatePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DeclarativeEnvironment.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
DeclarativeEnvironment.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 år sedan
DisposableStack.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 år sedan
DisposableStack.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 år sedan
DisposableStackConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
DisposableStackConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
DisposableStackPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
DisposableStackPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ECMAScriptFunctionObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ECMAScriptFunctionObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 år sedan
Environment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache 2 år sedan
Error.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Error.h 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 år sedan
ErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 år sedan
ErrorTypes.h 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 år sedan
ExecutionContext.cpp 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 år sedan
ExecutionContext.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
FinalizationRegistry.cpp 6d6ea1fffe LibJS: Add spec comments to FinalizationRegistryPrototype 2 år sedan
FinalizationRegistry.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
FinalizationRegistryConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
FinalizationRegistryConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
FinalizationRegistryPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
FinalizationRegistryPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
FunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
FunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 år sedan
FunctionEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
FunctionKind.h c696654294 LibJS: Add a missing include to FunctionKind.h 2 år sedan
FunctionObject.cpp 5e72fde954 LibJS: Unify Symbol::description() and raw_description() 2 år sedan
FunctionObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
FunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
FunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
GeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
GeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
GeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
GeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
GeneratorObject.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
GeneratorObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
GeneratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
GeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
GlobalEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 år sedan
GlobalEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
GlobalObject.cpp a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 år sedan
GlobalObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 år sedan
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 år sedan
Intrinsics.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Intrinsics.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Iterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
IteratorOperations.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
IteratorOperations.h ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 år sedan
IteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
IteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
JSONObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
JSONObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 år sedan
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 år sedan
Map.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Map.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
MapConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
MapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
MapIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
MapIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
MapIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
MapIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
MapPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
MapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
MathObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
MathObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 år sedan
ModuleEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
ModuleNamespaceObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ModuleNamespaceObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 år sedan
NativeFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
NativeFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
NumberConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
NumberConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
NumberObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 år sedan
NumberPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
NumberPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Object.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
Object.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 år sedan
ObjectConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
ObjectConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ObjectEnvironment.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ObjectEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
ObjectPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
ObjectPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
PrimitiveString.cpp 0d0b87fd46 LibJS: Add a PrimitiveString::create overload for FlyString 2 år sedan
PrimitiveString.h 0d0b87fd46 LibJS: Add a PrimitiveString::create overload for FlyString 2 år sedan
PrivateEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 år sedan
PrivateEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Promise.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Promise.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PromiseCapability.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 år sedan
PromiseCapability.h 604d5f5bca AK+Everywhere: Do not implicitly copy variables in TRY macros 2 år sedan
PromiseConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
PromiseConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
PromiseJobs.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PromiseJobs.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PromisePrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
PromisePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
PromiseReaction.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 år sedan
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr 2 år sedan
PromiseResolvingElementFunctions.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
PromiseResolvingElementFunctions.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PromiseResolvingFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
PromiseResolvingFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 år sedan
PropertyDescriptor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 år sedan
PropertyDescriptor.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
PropertyKey.h 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
PrototypeObject.h f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
ProxyConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ProxyConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ProxyObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ProxyObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Realm.cpp 53852452b2 LibJS: Propagate errors from Intrinsics initialization 2 år sedan
Realm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Reference.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
Reference.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 år sedan
ReflectObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ReflectObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RegExpConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
RegExpConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RegExpLegacyStaticProperties.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 år sedan
RegExpLegacyStaticProperties.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 år sedan
RegExpObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
RegExpObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RegExpPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
RegExpPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
RegExpStringIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
RegExpStringIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
RegExpStringIteratorPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
RegExpStringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Set.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
Set.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SetConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
SetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SetIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SetIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
SetIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
SetIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SetPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
SetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ShadowRealm.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
ShadowRealm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
ShadowRealmConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
ShadowRealmConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ShadowRealmPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
ShadowRealmPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Shape.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
Shape.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
StringConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
StringConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
StringIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 år sedan
StringIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
StringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
StringObject.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
StringObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 år sedan
StringPrototype.cpp e79f5b6e85 LibJS: Port Value::to_primitive_string() to NonnullGCPtr 2 år sedan
StringPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SuppressedError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 år sedan
SuppressedErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SuppressedErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SuppressedErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SuppressedErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Symbol.cpp 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 år sedan
Symbol.h 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 år sedan
SymbolConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SymbolConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
SymbolObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
SymbolObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
SymbolPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
SymbolPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
ThrowableStringBuilder.cpp 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM 2 år sedan
ThrowableStringBuilder.h 153b793638 LibJS: Add a throwable StringBuilder::join method 2 år sedan
TypedArray.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
TypedArray.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
TypedArrayConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
TypedArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
TypedArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
TypedArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
Utf16String.cpp c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 år sedan
Utf16String.h c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 år sedan
VM.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 år sedan
VM.h 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
Value.cpp 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 år sedan
Value.h 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 år sedan
ValueTraits.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 år sedan
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 år sedan
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 år sedan
WeakMap.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakMap.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
WeakMapConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakMapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WeakMapPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
WeakMapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WeakRef.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakRef.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
WeakRefConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakRefConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WeakRefPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
WeakRefPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WeakSet.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakSet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
WeakSetConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 år sedan
WeakSetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WeakSetPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 år sedan
WeakSetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 år sedan
WrappedFunction.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan
WrappedFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 år sedan