Shannon Booth 81c8e642b9 LibJS: Handle OOM in NumericToRawBytes AO пре 2 година
..
Intl 7e0083fb65 LibJS: Rename ErrorType::IntlNumberIsNaN to ErrorType::NumberIsNaN пре 2 година
Temporal 96b197ef46 LibJS/Temporal: Perform floating point arithmetic in RoundTime пре 2 година
AbstractOperations.cpp 442ca4f9b4 LibJS: Avoid RequireObjectCoercible when creating super references пре 2 година
AbstractOperations.h 8a5e71256d LibJS/Bytecode: Add codegen for ImportCall пре 2 година
Accessor.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
AggregateError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
AggregateError.h 0c50751c13 LibJS: Convert AggregateError::create() to NonnullGCPtr пре 2 година
AggregateErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
AggregateErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AggregateErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
AggregateErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ArgumentsObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
ArgumentsObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Array.cpp e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal пре 2 година
Array.h e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal пре 2 година
ArrayBuffer.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
ArrayBuffer.h 81c8e642b9 LibJS: Handle OOM in NumericToRawBytes AO пре 2 година
ArrayBufferConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
ArrayBufferConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ArrayBufferPrototype.cpp e7435d68b0 LibJS: Extract named vm variables in ArrayBufferPrototype::slice пре 2 година
ArrayBufferPrototype.h 850c252b3e LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength пре 2 година
ArrayConstructor.cpp aff1ec6014 LibJS: Port iterator_step() to GCPtr пре 2 година
ArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ArrayIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr пре 2 година
ArrayIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
ArrayIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr пре 2 година
ArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncFromSyncIterator.cpp 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
AsyncFromSyncIterator.h 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
AsyncFromSyncIteratorPrototype.cpp 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
AsyncFromSyncIteratorPrototype.h 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
AsyncFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
AsyncFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncFunctionDriverWrapper.cpp 1dc7f03137 LibJS: Have AsyncFunctionDriverWrapper unwrap promises before returning пре 2 година
AsyncFunctionDriverWrapper.h 4c2b4c1a27 LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work пре 2 година
AsyncFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
AsyncFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncGenerator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun пре 2 година
AsyncGenerator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
AsyncGeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
AsyncGeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncGeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
AsyncGeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncGeneratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
AsyncGeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AsyncGeneratorRequest.h fc9d587e39 LibJS: Make PromiseCapability GC-allocated пре 2 година
AsyncIteratorPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
AsyncIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
AtomicsObject.cpp 81c8e642b9 LibJS: Handle OOM in NumericToRawBytes AO пре 2 година
AtomicsObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
BigInt.cpp 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string пре 2 година
BigInt.h 7a7a649f5b LibJS: Define BigInt::to_string to complement to_deprecated_string пре 2 година
BigIntConstructor.cpp 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr пре 2 година
BigIntConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
BigIntObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
BigIntObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
BigIntPrototype.cpp 9c6eba771a LibJS: Port this_bigint_value() to NonnullGCPtr пре 2 година
BigIntPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
BooleanConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
BooleanConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
BooleanObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
BooleanObject.h b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr пре 2 година
BooleanPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
BooleanPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
BoundFunction.cpp b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate пре 2 година
BoundFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
CanonicalIndex.h d37d6b3479 LibJS: Protect CanonicalIndex against double-to-integer overflow пре 2 година
ClassFieldDefinition.h 4aade74b91 LibJS: Include Environment.h directly in ClassFieldDefinition.h пре 2 година
CommonPropertyNames.h 850c252b3e LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength пре 2 година
Completion.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
Completion.h d4b08b7196 LibJS: Use a forwarding reference in ThrowCompletion constructor пре 2 година
ConsoleObject.cpp 396655d145 LibJS: Begin implementing console.dir пре 2 година
ConsoleObject.h 396655d145 LibJS: Begin implementing console.dir пре 2 година
DataView.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
DataView.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
DataViewConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
DataViewConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
DataViewPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
DataViewPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Date.cpp 7c66c5f12d LibJS: Replace a DeprecatedString with String пре 2 година
Date.h 7c66c5f12d LibJS: Replace a DeprecatedString with String пре 2 година
DateConstructor.cpp effcd080ca Userland: Remove remaining users of Duration::now_realtime() пре 2 година
DateConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
DatePrototype.cpp 7c66c5f12d LibJS: Replace a DeprecatedString with String пре 2 година
DatePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
DeclarativeEnvironment.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> пре 2 година
DeclarativeEnvironment.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> пре 2 година
DisposableStack.cpp 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} пре 2 година
DisposableStack.h 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} пре 2 година
DisposableStackConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
DisposableStackConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
DisposableStackPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
DisposableStackPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ECMAScriptFunctionObject.cpp ae3a7fd4b8 LibJS: Update bytecode generator to use local variables пре 2 година
ECMAScriptFunctionObject.h 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject пре 2 година
Environment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
Environment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
EnvironmentCoordinate.h 0f1f925532 LibJS: Shrink Identifier's environment coordinate cache пре 2 година
Error.cpp 778265ae9d LibJS: Fix reading cached source ranges пре 2 година
Error.h 87ac906ee6 LibJS: Make Error stack traces lazier пре 2 година
ErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
ErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ErrorPrototype.cpp 15360e50d3 LibJS: Port PrototypeObject::this_object() to NonnullGCPtr пре 2 година
ErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ErrorTypes.cpp 3d656ba600 LibJS: Emit StringViews for ErrorType instances пре 3 година
ErrorTypes.h 0e2f9f006d LibJS: Implement Iterator.prototype.take пре 2 година
ExecutionContext.cpp 0daff637e2 LibJS: Add vector of local variables in ExecutionContext пре 2 година
ExecutionContext.h 0daff637e2 LibJS: Add vector of local variables in ExecutionContext пре 2 година
FinalizationRegistry.cpp 6d6ea1fffe LibJS: Add spec comments to FinalizationRegistryPrototype пре 2 година
FinalizationRegistry.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
FinalizationRegistryConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
FinalizationRegistryConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
FinalizationRegistryPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
FinalizationRegistryPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
FunctionConstructor.cpp 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject пре 2 година
FunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
FunctionEnvironment.cpp 2a531efc5d LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h пре 2 година
FunctionEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
FunctionKind.h c696654294 LibJS: Add a missing include to FunctionKind.h пре 2 година
FunctionObject.cpp 5e72fde954 LibJS: Unify Symbol::description() and raw_description() пре 2 година
FunctionObject.h 7765ebb5f2 LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject пре 2 година
FunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
FunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
GeneratorFunctionConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
GeneratorFunctionConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
GeneratorFunctionPrototype.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
GeneratorFunctionPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
GeneratorObject.cpp fb979dcf34 LibJS/Bytecode: Make Bytecode::Interpreter participate in GC marking пре 2 година
GeneratorObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
GeneratorPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
GeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
GlobalEnvironment.cpp dbcf63e85e LibJS: Combine two declarative record traversals in GlobalEnvironment пре 2 година
GlobalEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
GlobalObject.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
GlobalObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
IndexedProperties.cpp 086969277e Everywhere: Run clang-format пре 3 година
IndexedProperties.h 086969277e Everywhere: Run clang-format пре 3 година
Intrinsics.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
Intrinsics.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
Iterator.cpp d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
Iterator.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
IteratorConstructor.cpp d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
IteratorConstructor.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
IteratorHelper.cpp 3eb2e4e08a LibJS: Implement Iterator.prototype.map пре 2 година
IteratorHelper.h 3eb2e4e08a LibJS: Implement Iterator.prototype.map пре 2 година
IteratorHelperPrototype.cpp 3eb2e4e08a LibJS: Implement Iterator.prototype.map пре 2 година
IteratorHelperPrototype.h 3eb2e4e08a LibJS: Implement Iterator.prototype.map пре 2 година
IteratorOperations.cpp 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
IteratorOperations.h 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
IteratorPrototype.cpp 6fb670c1c2 LibJS: Implement Iterator.prototype.find пре 2 година
IteratorPrototype.h 6fb670c1c2 LibJS: Implement Iterator.prototype.find пре 2 година
JSONObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
JSONObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
JobCallback.cpp 96cbf368bd LibJS: Move JobCallback functions out-of-line пре 2 година
JobCallback.h 96cbf368bd LibJS: Move JobCallback functions out-of-line пре 2 година
Map.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
Map.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
MapConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
MapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
MapIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
MapIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
MapIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
MapIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
MapPrototype.cpp f3f78642f4 LibJS: Add spec comments to MapPrototype пре 2 година
MapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
MathObject.cpp 06593a81da LibJS: Align MathObject::atan closer to spec пре 2 година
MathObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ModuleEnvironment.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
ModuleEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
ModuleNamespaceObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
ModuleNamespaceObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString пре 2 година
NativeFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
NativeFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
NumberConstructor.cpp 0cd85ab0fc AK+LibJS: Make `Number.MIN_VALUE` a denormal пре 2 година
NumberConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
NumberObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
NumberObject.h f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr пре 2 година
NumberPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
NumberPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Object.cpp 620c495d31 LibJS: Skip lazy intrinsic allocation check for objects without them пре 2 година
Object.h 620c495d31 LibJS: Skip lazy intrinsic allocation check for objects without them пре 2 година
ObjectConstructor.cpp 50cb4f08a1 LibJS: Add spec comments to ObjectConstructor пре 2 година
ObjectConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ObjectEnvironment.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
ObjectEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
ObjectPrototype.cpp b1ea436093 LibJS: Add spec comments to ObjectPrototype пре 2 година
ObjectPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
PrimitiveString.cpp 9300b9a364 LibJS: Don't lie about m_deprecated_string being a StringView пре 2 година
PrimitiveString.h 0d0b87fd46 LibJS: Add a PrimitiveString::create overload for FlyString пре 2 година
PrivateEnvironment.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
PrivateEnvironment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Promise.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
Promise.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PromiseCapability.cpp 18c735429f LibJS: Fix incorrect `is_function()` check in NewPromiseCapability пре 2 година
PromiseCapability.h c21255da7f LibJS: Align NewPromiseCapability with spec changes пре 2 година
PromiseConstructor.cpp 4977000fa0 LibJS: Rename JS::Iterator to JS::IteratorRecord пре 2 година
PromiseConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
PromiseJobs.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PromiseJobs.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PromisePrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
PromisePrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
PromiseReaction.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
PromiseReaction.h 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr пре 2 година
PromiseResolvingElementFunctions.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects пре 2 година
PromiseResolvingElementFunctions.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PromiseResolvingFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
PromiseResolvingFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PropertyAttributes.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString пре 2 година
PropertyDescriptor.cpp a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String пре 2 година
PropertyDescriptor.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
PropertyKey.h 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
PrototypeObject.h 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
ProxyConstructor.cpp 9cf1a244f8 LibJS: Add spec comments to ProxyConstructor пре 2 година
ProxyConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ProxyObject.cpp 5d2e915623 LibJS: Guard against stack overflow in ProxyObject set_property() пре 2 година
ProxyObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Realm.cpp 53852452b2 LibJS: Propagate errors from Intrinsics initialization пре 2 година
Realm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
Reference.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr пре 2 година
Reference.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes пре 2 година
ReflectObject.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
ReflectObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
RegExpConstructor.cpp 9407e05a3c LibJS: Update RegExp spec numbers to match re-ordering within the spec пре 2 година
RegExpConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
RegExpLegacyStaticProperties.cpp 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible пре 2 година
RegExpLegacyStaticProperties.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes пре 2 година
RegExpObject.cpp 32502fceed LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal пре 2 година
RegExpObject.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
RegExpPrototype.cpp 32502fceed LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal пре 2 година
RegExpPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
RegExpStringIterator.cpp 9407e05a3c LibJS: Update RegExp spec numbers to match re-ordering within the spec пре 2 година
RegExpStringIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
RegExpStringIteratorPrototype.cpp 9407e05a3c LibJS: Update RegExp spec numbers to match re-ordering within the spec пре 2 година
RegExpStringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Set.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
Set.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SetConstructor.cpp 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr пре 2 година
SetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SetIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SetIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
SetIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
SetIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SetPrototype.cpp 7e0083fb65 LibJS: Rename ErrorType::IntlNumberIsNaN to ErrorType::NumberIsNaN пре 2 година
SetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ShadowRealm.cpp f4fe9f09a1 LibJS/Bytecode: Perform ShadowRealm evaluations in bytecode when enabled пре 2 година
ShadowRealm.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
ShadowRealmConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
ShadowRealmConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ShadowRealmPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
ShadowRealmPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Shape.cpp a9d192e882 LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods пре 2 година
Shape.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
SharedArrayBufferConstructor.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
SharedArrayBufferConstructor.h 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
SharedArrayBufferPrototype.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
SharedArrayBufferPrototype.h 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer пре 2 година
StringConstructor.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr пре 2 година
StringConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
StringIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
StringIterator.h b6b5ddeb3b LibJS: Port StringIterator to String пре 2 година
StringIteratorPrototype.cpp 89503a0cfe LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr пре 2 година
StringIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
StringObject.cpp 16197af60d LibJS: Add spec comments to StringObject пре 2 година
StringObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
StringOrSymbol.h a8bf2f8e4c LibJS: Port Symbol to String пре 2 година
StringPrototype.cpp d31b780760 LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal пре 2 година
StringPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SuppressedError.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SuppressedError.h 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} пре 2 година
SuppressedErrorConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SuppressedErrorConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SuppressedErrorPrototype.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SuppressedErrorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Symbol.cpp 0ae511edae LibJS: Add spec comments to SymbolConstructor пре 2 година
Symbol.h 0ae511edae LibJS: Add spec comments to SymbolConstructor пре 2 година
SymbolConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SymbolConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
SymbolObject.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
SymbolObject.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
SymbolPrototype.cpp b110258848 LibJS: Port this_symbol_value() to NonnullGCPtr пре 2 година
SymbolPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
ThrowableStringBuilder.cpp 4d10911f96 LibJS: Pre-allocate the out-of-memory error string on the VM пре 2 година
ThrowableStringBuilder.h 153b793638 LibJS: Add a throwable StringBuilder::join method пре 2 година
TypedArray.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr пре 2 година
TypedArray.h b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
TypedArrayConstructor.cpp b33b0d60e6 LibJS: Port Value::get_method() to GCPtr пре 2 година
TypedArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
TypedArrayPrototype.cpp f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr пре 2 година
TypedArrayPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
Utf16String.cpp c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String пре 2 година
Utf16String.h c79d20be58 LibJS: Define Utf16String::to_utf8 to convert Utf16String to String пре 2 година
VM.cpp 428109e709 LibJS: Forward declare IteratorRecord and remove inclusion from VM.h пре 2 година
VM.h 428109e709 LibJS: Forward declare IteratorRecord and remove inclusion from VM.h пре 2 година
Value.cpp 0cb9c9e81e LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value пре 2 година
Value.h 0cb9c9e81e LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value пре 2 година
ValueTraits.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell пре 2 година
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers пре 4 година
WeakContainer.h a95b321bf1 LibJS: Add missing headers пре 3 година
WeakMap.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakMap.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WeakMapConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakMapConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WeakMapPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
WeakMapPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WeakRef.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakRef.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WeakRefConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakRefConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WeakRefPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
WeakRefPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WeakSet.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakSet.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WeakSetConstructor.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr пре 2 година
WeakSetConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WeakSetPrototype.cpp a23dd88f61 LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr пре 2 година
WeakSetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors пре 2 година
WrapForValidIteratorPrototype.cpp d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
WrapForValidIteratorPrototype.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype пре 2 година
WrappedFunction.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година
WrappedFunction.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr пре 2 година