Jesús (gsus) Lapastora 2086b8df9c LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation 1 year ago
..
Intl 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
Temporal 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
AbstractOperations.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
AbstractOperations.h 66b7da4fc7 LibJS: Remove unused make_super_property_reference() 1 year ago
Accessor.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
AggregateError.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr 2 years ago
AggregateErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AggregateErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AggregateErrorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
AggregateErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArgumentsObject.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArgumentsObject.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
Array.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
Array.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 1 year ago
ArrayBuffer.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 year ago
ArrayBuffer.h 3fb406b97e LibJS: Avoid ByteBuffer copying in NumericToRawBytes 1 year ago
ArrayBufferConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArrayBufferConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArrayBufferPrototype.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 year ago
ArrayBufferPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArrayConstructor.cpp 9b884a9605 LibJS: Avoid double construction in Array.fromAsync 1 year ago
ArrayConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArrayIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 years ago
ArrayIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
ArrayIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ArrayPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
ArrayPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFromSyncIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
AsyncFromSyncIterator.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFromSyncIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFromSyncIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFunctionDriverWrapper.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
AsyncFunctionDriverWrapper.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
AsyncFunctionPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGenerator.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 year ago
AsyncGenerator.h 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame 2 years ago
AsyncGeneratorFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGeneratorFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGeneratorFunctionPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGeneratorFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGeneratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
AsyncGeneratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
AsyncIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AsyncIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
AtomicsObject.cpp 3fb406b97e LibJS: Avoid ByteBuffer copying in NumericToRawBytes 1 year ago
AtomicsObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year 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 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
BigIntConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
BigIntObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
BigIntObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
BigIntPrototype.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 year ago
BigIntPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
BooleanConstructor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
BooleanConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
BooleanObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr 2 years ago
BooleanPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
BooleanPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
BoundFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
BoundFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 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 fe4f2923f8 LibJS: Implement Array.fromAsync 2 years ago
Completion.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 years ago
Completion.h d4b08b7196 LibJS: Use a forwarding reference in ThrowCompletion constructor 2 years ago
ConsoleObject.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ConsoleObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DataView.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
DataView.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
DataViewConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
DataViewConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DataViewPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
DataViewPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Date.cpp 2086b8df9c LibJS/Date: Ensure `YearFromTime(t)` holds invariant after approximation 1 year ago
Date.h f31540e419 LibJS: Implement time zone identifier AOs centrally within Date 1 year ago
DateConstructor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
DateConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DatePrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
DatePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DeclarativeEnvironment.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
DeclarativeEnvironment.h 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments 1 year 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 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DisposableStackConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
DisposableStackPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
DisposableStackPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ECMAScriptFunctionObject.cpp 42e9dfedc2 LibJS: Pre-calculate the number of bindings for function environments 1 year ago
ECMAScriptFunctionObject.h c14db6ab12 LibJS: Make Executable ref-counted and let instruction iterator co-own it 1 year ago
Environment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
Environment.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 1 year ago
EnvironmentCoordinate.h 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 years ago
Error.cpp 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
Error.h 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
ErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ErrorPrototype.cpp 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
ErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances 3 years ago
ErrorTypes.h 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 year ago
ExecutionContext.cpp 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^) 1 year ago
ExecutionContext.h c78506d79b LibJS: Only update EC instruction pointer when pushing to EC stack 1 year ago
FinalizationRegistry.cpp 6d6ea1fffe LibJS: Add spec comments to FinalizationRegistryPrototype 2 years ago
FinalizationRegistry.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
FinalizationRegistryConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
FinalizationRegistryConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
FinalizationRegistryPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
FinalizationRegistryPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
FunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
FunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
FunctionEnvironment.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
FunctionEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
FunctionKind.h c696654294 LibJS: Add a missing include to FunctionKind.h 2 years ago
FunctionObject.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 year ago
FunctionObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
FunctionPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
FunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
GeneratorFunctionConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
GeneratorFunctionConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
GeneratorFunctionPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
GeneratorFunctionPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
GeneratorObject.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 year ago
GeneratorObject.h 6de22ec789 LibJS/Bytecode: Rename RegisterWindow to CallFrame 2 years ago
GeneratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
GeneratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
GlobalEnvironment.cpp 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 years ago
GlobalEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
GlobalObject.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
GlobalObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
IndexedProperties.cpp 086969277e Everywhere: Run clang-format 3 years ago
IndexedProperties.h a3ee8ff377 LibJS: Add IndexedProperties::storage() to access the underlying storage 1 year ago
Intrinsics.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
Intrinsics.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 years ago
Iterator.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
Iterator.h 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
IteratorConstructor.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
IteratorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
IteratorHelper.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
IteratorHelper.h 57e7112a20 LibJS: Handle abrupt closures from Iterator.prototype.flatMap 2 years ago
IteratorHelperPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
IteratorHelperPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
IteratorPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
IteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
JSONObject.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
JSONObject.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year 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 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
Map.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
MapConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
MapConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
MapIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
MapIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
MapIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
MapIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
MapPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
MapPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
MathObject.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
MathObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
ModuleEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
ModuleNamespaceObject.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
ModuleNamespaceObject.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
NativeFunction.cpp 78f56a0908 LibJS: Use JS::HeapFunction in NativeFunction 1 year ago
NativeFunction.h 78f56a0908 LibJS: Use JS::HeapFunction in NativeFunction 1 year ago
NumberConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
NumberConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
NumberObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr 2 years ago
NumberPrototype.cpp c58193bafa LibJS: Support large number of decimals in `Number.prototype.toFixed` 1 year ago
NumberPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Object.cpp 3a1f617fbf LibJS: Use Function as callback type in define_native_function/accessor 1 year ago
Object.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
ObjectConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
ObjectConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ObjectEnvironment.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
ObjectEnvironment.h 65232b6681 LibJS: Mark classes and virtual functions `final` where possible 1 year ago
ObjectPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
ObjectPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
PrimitiveString.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
PrimitiveString.h 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 1 year ago
PrivateEnvironment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
PrivateEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Promise.cpp 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
Promise.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
PromiseCapability.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
PromiseCapability.h c21255da7f LibJS: Align NewPromiseCapability with spec changes 2 years ago
PromiseConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
PromiseConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
PromiseJobs.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
PromiseJobs.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
PromisePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
PromisePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
PromiseReaction.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2 years ago
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr 2 years ago
PromiseResolvingElementFunctions.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
PromiseResolvingElementFunctions.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
PromiseResolvingFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
PromiseResolvingFunction.h 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
PropertyDescriptor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
PropertyDescriptor.h 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
PropertyKey.h 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 years ago
PrototypeObject.h 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr 2 years ago
ProxyConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
ProxyConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ProxyObject.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
ProxyObject.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
Realm.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Realm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
Reference.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
Reference.h 2b19d1b5ab LibJS: Do not coerce nullish references to unresolvable references 2 years ago
ReflectObject.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
ReflectObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
RegExpConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
RegExpConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
RegExpLegacyStaticProperties.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 1 year ago
RegExpLegacyStaticProperties.h 7849950383 LibJS: Make Utf16String & related APIs infallible 1 year ago
RegExpObject.cpp 17087ac4a2 LibJS: Unescape incorrectly escaped code units in regex patterns 1 year ago
RegExpObject.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
RegExpPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
RegExpPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
RegExpStringIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
RegExpStringIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
RegExpStringIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
RegExpStringIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Set.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
Set.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SetConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SetConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SetIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
SetIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
SetIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
SetIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SetPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
SetPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ShadowRealm.cpp 3ccac0cf6e LibJS: Remove unused realm parameter from run_and_return_frame() 1 year ago
ShadowRealm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
ShadowRealmConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ShadowRealmConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
ShadowRealmPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
ShadowRealmPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Shape.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 year ago
Shape.h e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 year ago
SharedArrayBufferConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SharedArrayBufferConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SharedArrayBufferPrototype.cpp 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state 1 year ago
SharedArrayBufferPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
StringConstructor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
StringConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
StringIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String 2 years ago
StringIteratorPrototype.cpp d1a1ace77a LibJS: Stop propagating small OOM errors from the String object 1 year ago
StringIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
StringObject.cpp e33145aa4b LibJS: Use OrderedHashMap for the Shape property table 1 year ago
StringObject.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
StringPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
StringPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SuppressedError.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} 2 years ago
SuppressedErrorConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SuppressedErrorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SuppressedErrorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
SuppressedErrorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Symbol.cpp 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 years ago
Symbol.h 0ae511edae LibJS: Add spec comments to SymbolConstructor 2 years ago
SymbolConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
SymbolConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
SymbolObject.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
SymbolObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
SymbolPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 1 year ago
SymbolPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
TypedArray.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
TypedArray.h 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual 1 year ago
TypedArrayConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
TypedArrayConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
TypedArrayPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
TypedArrayPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
Utf16String.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 1 year ago
Utf16String.h 7849950383 LibJS: Make Utf16String & related APIs infallible 1 year ago
VM.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
VM.h 719a00df3a LibJS: Add source location for Handle nodes in GC graph dumper output 1 year ago
Value.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
Value.h 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
ValueInlines.h 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 year ago
ValueTraits.h 09547ec975 LibJS: Make PrimitiveString::deprecated_string() infallible 1 year ago
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 years ago
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 years ago
WeakMap.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
WeakMap.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
WeakMapConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
WeakMapConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakMapPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
WeakMapPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakRef.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
WeakRef.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
WeakRefConstructor.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
WeakRefConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakRefPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakRefPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakSet.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
WeakSet.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
WeakSetConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakSetConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WeakSetPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 1 year ago
WeakSetPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WrapForValidIteratorPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WrapForValidIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
WrappedFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
WrappedFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago