Timothy Flynn f98d0acd27 LibJS: Convert Error's constructor and prototype to String 2 years ago
..
Intl dc4207323b LibJS: Remove the VM parameter from the NumberToString AO 2 years ago
Temporal a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
AbstractOperations.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
AbstractOperations.h 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString 2 years ago
Accessor.h 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
AggregateError.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 years ago
AggregateErrorConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AggregateErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AggregateErrorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
AggregateErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArgumentsObject.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArgumentsObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Array.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
Array.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
ArrayBuffer.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
ArrayBuffer.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 years ago
ArrayBufferConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayBufferConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayBufferPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayBufferPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 years ago
ArrayIteratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
ArrayIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ArrayPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFromSyncIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
AsyncFromSyncIterator.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFromSyncIteratorPrototype.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
AsyncFromSyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFunctionConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFunctionDriverWrapper.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
AsyncFunctionDriverWrapper.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
AsyncFunctionPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGenerator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
AsyncGeneratorFunctionConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGeneratorFunctionPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGeneratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
AsyncGeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
AsyncIteratorPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AsyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
AtomicsObject.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
AtomicsObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BigInt.cpp 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 years ago
BigInt.h 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 years ago
BigIntConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BigIntConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BigIntObject.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
BigIntObject.h cf0a24ff0c LibJS: Convert BigIntObject::create() to NonnullGCPtr 2 years ago
BigIntPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BigIntPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BooleanConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BooleanConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BooleanObject.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 years ago
BooleanPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BooleanPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
BoundFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
BoundFunction.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years 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 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
Completion.cpp 0f3899b24a LibJS: Add spec comments to Completion 2 years ago
Completion.h 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM 2 years ago
ConsoleObject.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ConsoleObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DataView.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
DataView.h 0eeb3164fa LibJS: Convert DataView::create() to NonnullGCPtr 2 years ago
DataViewConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
DataViewConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DataViewPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DataViewPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Date.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
Date.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 years ago
DateConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DateConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DatePrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
DatePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DeclarativeEnvironment.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
DeclarativeEnvironment.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
DisposableStack.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStack.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 years ago
DisposableStackConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DisposableStackConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
DisposableStackPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
DisposableStackPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ECMAScriptFunctionObject.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
ECMAScriptFunctionObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 years ago
Environment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache 2 years ago
Error.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
Error.h 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
ErrorConstructor.cpp f98d0acd27 LibJS: Convert Error's constructor and prototype to String 2 years ago
ErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ErrorPrototype.cpp f98d0acd27 LibJS: Convert Error's constructor and prototype to String 2 years ago
ErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 years ago
ErrorTypes.h 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 years ago
ExecutionContext.cpp 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 years ago
ExecutionContext.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
FinalizationRegistry.cpp 6d6ea1fffe LibJS: Add spec comments to FinalizationRegistryPrototype 2 years ago
FinalizationRegistry.h 7fce5f102f LibJS: Don't use a Handle<Realm> in FinalizationRegistry 2 years ago
FinalizationRegistryConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
FinalizationRegistryConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
FinalizationRegistryPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
FinalizationRegistryPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
FunctionConstructor.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
FunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 years ago
FunctionEnvironment.h 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 years ago
FunctionKind.h 0b2f86de71 LibJS: Make FunctionKind enum class a u8 2 years ago
FunctionObject.cpp 5e72fde954 LibJS: Unify Symbol::description() and raw_description() 2 years ago
FunctionObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
FunctionPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
FunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GeneratorFunctionConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GeneratorFunctionPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
GeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GeneratorObject.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
GeneratorObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GeneratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
GeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GlobalEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
GlobalEnvironment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
GlobalObject.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
GlobalObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 years ago
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 years ago
Intrinsics.cpp 49e8dcf0b2 LibJS+LibWeb: Convert empty PrimitiveString instances to String 2 years ago
Intrinsics.h 63136615d2 LibJS: Make namespace object initialization lazy as well 2 years ago
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records 3 years ago
IteratorOperations.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
IteratorOperations.h ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2 years ago
IteratorPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
IteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
JSONObject.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
JSONObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 years ago
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 years ago
Map.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
Map.h f07847e099 Everywhere: Remove unused includes of AK/Concepts.h 2 years ago
MapConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
MapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
MapIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
MapIterator.h 9846d23c79 LibJS: Convert MapIterator::create() to NonnullGCPtr 2 years ago
MapIteratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
MapIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
MapPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
MapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
MathObject.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
MathObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleEnvironment.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleNamespaceObject.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
ModuleNamespaceObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
NativeFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
NativeFunction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
NumberConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
NumberConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
NumberObject.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 years ago
NumberPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
NumberPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Object.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
Object.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ObjectConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ObjectConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ObjectEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
ObjectEnvironment.h a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 years ago
ObjectPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ObjectPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
PrimitiveString.cpp 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString 2 years ago
PrimitiveString.h c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
PrivateEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
PrivateEnvironment.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Promise.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
Promise.h a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
PromiseCapability.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
PromiseCapability.h 604d5f5bca AK+Everywhere: Do not implicitly copy variables in TRY macros 2 years ago
PromiseConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
PromiseConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
PromiseJobs.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 years ago
PromiseJobs.h d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 2 years ago
PromisePrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
PromisePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
PromiseReaction.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr 2 years ago
PromiseResolvingElementFunctions.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
PromiseResolvingElementFunctions.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
PromiseResolvingFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
PromiseResolvingFunction.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PropertyDescriptor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
PropertyDescriptor.h 9a5a4302d9 LibJS: Convert PropertyDescriptor's formatter to String 2 years ago
PropertyKey.h afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
PrototypeObject.h 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
ProxyConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ProxyConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ProxyObject.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ProxyObject.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Realm.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Realm.h bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr 2 years ago
Reference.cpp bb64b49749 LibJS: Remove unused Reference::to_deprecated_string 2 years ago
Reference.h bb64b49749 LibJS: Remove unused Reference::to_deprecated_string 2 years ago
ReflectObject.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ReflectObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
RegExpConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
RegExpConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
RegExpLegacyStaticProperties.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
RegExpLegacyStaticProperties.h 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
RegExpObject.cpp b409a40377 LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.source 2 years ago
RegExpObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
RegExpPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
RegExpPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
RegExpStringIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
RegExpStringIterator.h 9946e9e874 LibJS: Convert RegExpStringIterator::create() to NonnullGCPtr 2 years ago
RegExpStringIteratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
RegExpStringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Set.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
Set.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SetConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SetIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
SetIterator.h c200c247e4 LibJS: Convert SetIterator::create() to NonnullGCPtr 2 years ago
SetIteratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
SetIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SetPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
SetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ShadowRealm.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
ShadowRealm.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
ShadowRealmConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ShadowRealmConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ShadowRealmPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
ShadowRealmPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Shape.cpp 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
Shape.h 35c9aa7c05 LibJS: Hide all the constructors! 2 years ago
StringConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
StringConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
StringIterator.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 years ago
StringIteratorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
StringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
StringObject.cpp 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString 2 years ago
StringObject.h 8414734a2d LibJS: Propagate the OOM error from setting the String length property 2 years ago
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
StringPrototype.cpp 69a56a8e39 LibJS: Convert short string literal PrimitiveString instances to String 2 years ago
StringPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SuppressedError.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SuppressedErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SuppressedErrorPrototype.cpp c3abb1396c LibJS+LibWeb: Convert string view PrimitiveString instances to String 2 years ago
SuppressedErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Symbol.cpp a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
Symbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
SymbolConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
SymbolConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
SymbolObject.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
SymbolObject.h fcdabd179a LibJS: Remove unused forwarding getters from SymbolObject 2 years ago
SymbolPrototype.cpp a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
SymbolPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
ThrowableStringBuilder.cpp 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM 2 years ago
ThrowableStringBuilder.h 153b793638 LibJS: Add a throwable StringBuilder::join method 2 years ago
TypedArray.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
TypedArray.h 36d72a7f4c LibJS: Convert CanonicalNumericIndexString to use NumberToString 2 years ago
TypedArrayConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
TypedArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
TypedArrayPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
TypedArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
Utf16String.cpp c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 years ago
Utf16String.h c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 years ago
VM.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
VM.h 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
Value.cpp ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects 2 years ago
Value.h ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects 2 years ago
ValueTraits.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 years 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 b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
WeakMap.h 3358ddfd0e LibJS: Convert WeakMap::create() to NonnullGCPtr 2 years ago
WeakMapConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
WeakMapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakMapPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
WeakMapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakRef.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
WeakRef.h cac71a6847 LibJS: Convert WeakRef::create() to NonnullGCPtr 2 years ago
WeakRefConstructor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
WeakRefConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakRefPrototype.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakRefPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakSet.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
WeakSet.h 54ebf71da2 LibJS: Convert WeakSet::create() to NonnullGCPtr 2 years ago
WeakSetConstructor.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakSetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WeakSetPrototype.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
WeakSetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
WrappedFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
WrappedFunction.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago