Matthias Zimmerman 9871bd4bec LibJS: Fix spelling in VM.cpp 1 anno fa
..
Intl b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 anno fa
Temporal 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
AbstractOperations.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 anno fa
AbstractOperations.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Accessor.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
AggregateError.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 anni fa
AggregateErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AggregateErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AggregateErrorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
AggregateErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArgumentsObject.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArgumentsObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Array.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Array.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 anni fa
ArrayBuffer.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 anno fa
ArrayBuffer.h 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 anno fa
ArrayBufferConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArrayBufferConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArrayBufferPrototype.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 anno fa
ArrayBufferPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArrayConstructor.cpp 9b884a9605 LibJS: Avoid double construction in Array.fromAsync 1 anno fa
ArrayConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArrayIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 anni fa
ArrayIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
ArrayIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ArrayPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ArrayPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFromSyncIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
AsyncFromSyncIterator.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFromSyncIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFromSyncIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFunctionDriverWrapper.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
AsyncFunctionDriverWrapper.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
AsyncFunctionPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGenerator.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 anno fa
AsyncGenerator.h 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame 2 anni fa
AsyncGeneratorFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGeneratorFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGeneratorFunctionPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGeneratorFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGeneratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
AsyncGeneratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 anni fa
AsyncIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AsyncIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
AtomicsObject.cpp 94f5389934 AK: Add a 'HostIsLittleEndian' constant and use it instead of BYTE_ORDER 1 anno fa
AtomicsObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BigIntConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BigIntObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
BigIntObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
BigIntPrototype.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 anno fa
BigIntPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BooleanConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BooleanConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BooleanObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 anni fa
BooleanPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BooleanPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
BoundFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 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 fe4f2923f8 LibJS: Implement Array.fromAsync 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 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ConsoleObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DataView.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
DataView.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
DataViewConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
DataViewConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DataViewPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DataViewPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Date.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Date.h 7c66c5f12d LibJS: Replace a DeprecatedString with String 2 anni fa
DateConstructor.cpp 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 2 anni fa
DateConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DatePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
DatePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DeclarativeEnvironment.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 anni fa
DeclarativeEnvironment.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 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 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DisposableStackConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
DisposableStackPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
DisposableStackPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ECMAScriptFunctionObject.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 anno fa
ECMAScriptFunctionObject.h 9ccf25fdbe LibJS: Avoid StringView->DeprecatedFlyString conversions in FDI 1 anno fa
Environment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 anni fa
Environment.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 anni fa
EnvironmentCoordinate.h 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 anni fa
Error.cpp 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 anno fa
Error.h 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 anno fa
ErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ErrorPrototype.cpp 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 anno fa
ErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 anni fa
ErrorTypes.h 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 anno fa
ExecutionContext.cpp 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 anno fa
ExecutionContext.h c78506d79b LibJS: Only update EC instruction pointer when pushing to EC stack 1 anno 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 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
FinalizationRegistryConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
FinalizationRegistryPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
FinalizationRegistryPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
FunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
FunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
FunctionEnvironment.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 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 2eaa528a0e LibJS: Rip out the AST interpreter :^) 2 anni fa
FunctionObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
FunctionPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
FunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
GeneratorFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
GeneratorFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
GeneratorFunctionPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
GeneratorFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
GeneratorObject.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 anno fa
GeneratorObject.h 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame 2 anni fa
GeneratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
GeneratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
GlobalEnvironment.cpp 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 anni fa
GlobalEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
GlobalObject.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anni fa
GlobalObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 anni fa
IndexedProperties.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 anni fa
Intrinsics.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Intrinsics.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 anni fa
Iterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Iterator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
IteratorConstructor.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
IteratorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
IteratorHelper.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
IteratorHelper.h 57e7112a20 LibJS: Handle abrupt closures from Iterator.prototype.flatMap 2 anni fa
IteratorHelperPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
IteratorHelperPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
IteratorPrototype.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
IteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
JSONObject.cpp 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 2 anni fa
JSONObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Map.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
MapConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
MapConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
MapIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
MapIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
MapIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
MapIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
MapPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
MapPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
MathObject.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
MathObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
ModuleNamespaceObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 anni fa
NativeFunction.cpp 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 anno fa
NativeFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NumberConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NumberConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
NumberObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 anni fa
NumberPrototype.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 anno fa
NumberPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Object.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 anno fa
Object.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 anni fa
ObjectConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ObjectConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ObjectEnvironment.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 anni fa
ObjectEnvironment.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 2 anni fa
ObjectPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ObjectPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
PrimitiveString.cpp 573cbb5ca0 LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 1 anno fa
PrimitiveString.h 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 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 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 anno fa
Promise.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
PromiseCapability.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
PromiseCapability.h c21255da7f LibJS: Align NewPromiseCapability with spec changes 2 anni fa
PromiseConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
PromiseConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
PromisePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
PromiseResolvingElementFunctions.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
PromiseResolvingFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
PromiseResolvingFunction.h 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 anno fa
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 anni fa
PropertyDescriptor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
PropertyDescriptor.h 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 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 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ProxyConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ProxyObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
ProxyObject.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 anni fa
Realm.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Realm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
Reference.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
Reference.h 2b19d1b5ab LibJS: Do not coerce nullish references to unresolvable references 2 anni fa
ReflectObject.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ReflectObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
RegExpConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
RegExpConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
RegExpLegacyStaticProperties.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anni fa
RegExpLegacyStaticProperties.h 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anni fa
RegExpObject.cpp 17087ac4a2 LibJS: Unescape incorrectly escaped code units in regex patterns 1 anno fa
RegExpObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
RegExpPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
RegExpPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
RegExpStringIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
RegExpStringIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
RegExpStringIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
RegExpStringIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Set.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
Set.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SetConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SetConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SetIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
SetIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SetIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
SetIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SetPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
SetPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ShadowRealm.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 anno fa
ShadowRealm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
ShadowRealmConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ShadowRealmConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
ShadowRealmPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
ShadowRealmPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Shape.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 anno fa
Shape.h e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 anno fa
SharedArrayBufferConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SharedArrayBufferConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SharedArrayBufferPrototype.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 anno fa
SharedArrayBufferPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
StringConstructor.cpp d1a1ace77a LibJS: Stop propagating small OOM errors from the String object 1 anno fa
StringConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
StringIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 anni fa
StringIteratorPrototype.cpp d1a1ace77a LibJS: Stop propagating small OOM errors from the String object 1 anno fa
StringIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
StringObject.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 anno fa
StringObject.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 anni fa
StringPrototype.cpp d1a1ace77a LibJS: Stop propagating small OOM errors from the String object 1 anno fa
StringPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SuppressedError.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 anni fa
SuppressedErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SuppressedErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SuppressedErrorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
SuppressedErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 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 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
SymbolConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
SymbolObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
SymbolObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa
SymbolPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 anni fa
SymbolPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
TypedArray.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
TypedArray.h e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 anno fa
TypedArrayConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
TypedArrayConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
TypedArrayPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
TypedArrayPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
Utf16String.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anni fa
Utf16String.h 7849950383 LibJS: Make Utf16String & related APIs infallible 2 anni fa
VM.cpp 9871bd4bec LibJS: Fix spelling in VM.cpp 1 anno fa
VM.h 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 anno fa
Value.cpp 008b9f4c9f LibJS: Add fast-path for Value::to_numeric() on number values 1 anno fa
Value.h 96600e77c2 LibJS: Enable storing Value and Handle<Value> in HashMaps 1 anno fa
ValueTraits.h 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
WeakMap.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 anni fa
WeakMapConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
WeakMapConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakMapPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
WeakMapPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakRef.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
WeakRef.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 anni fa
WeakRefConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
WeakRefConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakRefPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakRefPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakSet.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
WeakSet.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 anni fa
WeakSetConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakSetConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WeakSetPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 anni fa
WeakSetPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WrapForValidIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WrapForValidIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 anni fa
WrappedFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 anni fa
WrappedFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 anni fa