MacDue 95d69fcf74 LibJS: Fix crash when trying to get source range 2 anni fa
..
Intl 82c681e44b LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2 anni fa
Temporal effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 anni fa
AbstractOperations.cpp d31b780760 LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal 2 anni fa
AbstractOperations.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Accessor.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
AggregateError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 anni fa
AggregateErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AggregateErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AggregateErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AggregateErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ArgumentsObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ArgumentsObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Array.cpp e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal 2 anni fa
Array.h e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal 2 anni fa
ArrayBuffer.cpp 706a20c4d4 LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1 2 anni fa
ArrayBuffer.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 anni fa
ArrayBufferConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
ArrayBufferConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ArrayBufferPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
ArrayBufferPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ArrayConstructor.cpp aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 anni fa
ArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ArrayIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 anni fa
ArrayIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
ArrayIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
ArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncFromSyncIterator.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 anni fa
AsyncFromSyncIterator.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncFromSyncIteratorPrototype.cpp d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr 2 anni fa
AsyncFromSyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AsyncFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncFunctionDriverWrapper.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AsyncFunctionDriverWrapper.h 4c2b4c1a27 LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work 2 anni fa
AsyncFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
AsyncFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncGenerator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 anni fa
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
AsyncGeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
AsyncGeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncGeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
AsyncGeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncGeneratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
AsyncGeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 anni fa
AsyncIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
AsyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
AtomicsObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
AtomicsObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
BigInt.cpp 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 anni fa
BigInt.h 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string 2 anni fa
BigIntConstructor.cpp 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 anni fa
BigIntConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
BigIntObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
BigIntObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
BigIntPrototype.cpp 9c6eba771a LibJS: Port this_bigint_value() to NonnullGCPtr 2 anni fa
BigIntPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
BooleanConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
BooleanConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
BooleanObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 anni fa
BooleanPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
BooleanPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
BoundFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 anni fa
BoundFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow 2 anni fa
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h 2 anni fa
CommonPropertyNames.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 anni fa
Completion.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Completion.h d4b08b7196 LibJS: Use a forwarding reference in ThrowCompletion constructor 2 anni fa
ConsoleObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ConsoleObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DataView.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DataView.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
DataViewConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DataViewConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DataViewPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
DataViewPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Date.cpp 82c681e44b LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2 anni fa
Date.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 anni fa
DateConstructor.cpp effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 anni fa
DateConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DatePrototype.cpp 82c681e44b LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2 anni fa
DatePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DeclarativeEnvironment.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 anni fa
DeclarativeEnvironment.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 anni fa
DisposableStack.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 anni fa
DisposableStack.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} 2 anni fa
DisposableStackConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
DisposableStackConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
DisposableStackPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
DisposableStackPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ECMAScriptFunctionObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ECMAScriptFunctionObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Environment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
Environment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache 2 anni fa
Error.cpp 95d69fcf74 LibJS: Fix crash when trying to get source range 2 anni fa
Error.h 87ac906ee6 LibJS: Make Error stack traces lazier 2 anni fa
ErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ErrorPrototype.cpp 15360e50d3 LibJS: Port PrototypeObject::this_object() to NonnullGCPtr 2 anni fa
ErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 anni fa
ErrorTypes.h 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 anni fa
ExecutionContext.cpp 6431dd7904 LibJS: Make it possible to visit the edges of an ExecutionContext 2 anni fa
ExecutionContext.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
FinalizationRegistry.cpp 6d6ea1fffe LibJS: Add spec comments to FinalizationRegistryPrototype 2 anni fa
FinalizationRegistry.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
FinalizationRegistryConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
FinalizationRegistryConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
FinalizationRegistryPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
FinalizationRegistryPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
FunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
FunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h 2 anni fa
FunctionEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
FunctionKind.h c696654294 LibJS: Add a missing include to FunctionKind.h 2 anni fa
FunctionObject.cpp 5e72fde954 LibJS: Unify Symbol::description() and raw_description() 2 anni fa
FunctionObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
FunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
FunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
GeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
GeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
GeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
GeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
GeneratorObject.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
GeneratorObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
GeneratorPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
GeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
GlobalEnvironment.cpp a746739cb0 LibJS: Add an initialize binding hint to all initialize_binding methods 2 anni fa
GlobalEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
GlobalObject.cpp 2140200a19 LibJS: Add spec comments to GlobalObject 2 anni fa
GlobalObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 anni fa
IndexedProperties.h 086969277e Everywhere: Run clang-format 3 anni fa
Intrinsics.cpp 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations 2 anni fa
Intrinsics.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Iterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
IteratorOperations.cpp d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr 2 anni fa
IteratorOperations.h d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr 2 anni fa
IteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
IteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
JSONObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
JSONObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 anni fa
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line 2 anni fa
Map.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Map.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
MapConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
MapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
MapIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
MapIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
MapIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
MapIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
MapPrototype.cpp f3f78642f4 LibJS: Add spec comments to MapPrototype 2 anni fa
MapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
MathObject.cpp 23d9096541 LibJS: Add spec comments to MathObject 2 anni fa
MathObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 anni fa
ModuleEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ModuleNamespaceObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
ModuleNamespaceObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 anni fa
NativeFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
NativeFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
NumberConstructor.cpp 63624a3a67 LibJS: Add spec comments to NumberConstructor 2 anni fa
NumberConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
NumberObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 anni fa
NumberPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
NumberPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Object.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
Object.h cfe663435e LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors 2 anni fa
ObjectConstructor.cpp 50cb4f08a1 LibJS: Add spec comments to ObjectConstructor 2 anni fa
ObjectConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ObjectEnvironment.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
ObjectEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ObjectPrototype.cpp b1ea436093 LibJS: Add spec comments to ObjectPrototype 2 anni fa
ObjectPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
PrimitiveString.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
PrimitiveString.h 0d0b87fd46 LibJS: Add a PrimitiveString::create overload for FlyString 2 anni fa
PrivateEnvironment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
PrivateEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Promise.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Promise.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PromiseCapability.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
PromiseCapability.h 604d5f5bca AK+Everywhere: Do not implicitly copy variables in TRY macros 2 anni fa
PromiseConstructor.cpp aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 anni fa
PromiseConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
PromiseJobs.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PromiseJobs.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PromisePrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
PromisePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
PromiseReaction.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr 2 anni fa
PromiseResolvingElementFunctions.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
PromiseResolvingElementFunctions.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PromiseResolvingFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
PromiseResolvingFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
PropertyDescriptor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 anni fa
PropertyDescriptor.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PropertyKey.h 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
PrototypeObject.h 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
ProxyConstructor.cpp 9cf1a244f8 LibJS: Add spec comments to ProxyConstructor 2 anni fa
ProxyConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ProxyObject.cpp 5d2e915623 LibJS: Guard against stack overflow in ProxyObject set_property() 2 anni fa
ProxyObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Realm.cpp 53852452b2 LibJS: Propagate errors from Intrinsics initialization 2 anni fa
Realm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Reference.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
Reference.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 anni fa
ReflectObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
ReflectObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RegExpConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
RegExpConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RegExpLegacyStaticProperties.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 anni fa
RegExpLegacyStaticProperties.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 anni fa
RegExpObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
RegExpObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RegExpPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
RegExpPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
RegExpStringIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
RegExpStringIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
RegExpStringIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
RegExpStringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Set.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
Set.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SetConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
SetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SetIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SetIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SetIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
SetIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SetPrototype.cpp aff1ec6014 LibJS: Port iterator_step() to GCPtr 2 anni fa
SetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ShadowRealm.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ShadowRealm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ShadowRealmConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
ShadowRealmConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ShadowRealmPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
ShadowRealmPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Shape.cpp a9d192e882 LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods 2 anni fa
Shape.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
StringConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
StringConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
StringIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 anni fa
StringIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 anni fa
StringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
StringObject.cpp 16197af60d LibJS: Add spec comments to StringObject 2 anni fa
StringObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 anni fa
StringPrototype.cpp d31b780760 LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal 2 anni fa
StringPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SuppressedError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 anni fa
SuppressedErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SuppressedErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SuppressedErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SuppressedErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Symbol.cpp 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 anni fa
Symbol.h 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 anni fa
SymbolConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SymbolConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
SymbolObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
SymbolObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SymbolPrototype.cpp b110258848 LibJS: Port this_symbol_value() to NonnullGCPtr 2 anni fa
SymbolPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
ThrowableStringBuilder.cpp 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM 2 anni fa
ThrowableStringBuilder.h 153b793638 LibJS: Add a throwable StringBuilder::join method 2 anni fa
TypedArray.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
TypedArray.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
TypedArrayConstructor.cpp b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 anni fa
TypedArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
TypedArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 anni fa
TypedArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
Utf16String.cpp c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 anni fa
Utf16String.h c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String 2 anni fa
VM.cpp e78d1ec03a LibJS/Runtime: Use `Core::File` in `VM::resolve_imported_module` 2 anni fa
VM.h 6d93e03211 LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2 anni fa
Value.cpp b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 anni fa
Value.h b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 anni fa
ValueTraits.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 anni fa
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 anni fa
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 anni fa
WeakMap.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakMap.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
WeakMapConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakMapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WeakMapPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
WeakMapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WeakRef.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakRef.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
WeakRefConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakRefConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WeakRefPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
WeakRefPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WeakSet.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakSet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
WeakSetConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 anni fa
WeakSetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WeakSetPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr 2 anni fa
WeakSetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 anni fa
WrappedFunction.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
WrappedFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa