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