Aliaksandr Kalenik 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier 2 年之前
..
Intl 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
Temporal 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
AbstractOperations.cpp 348e43b36d LibJS: Replace for_each_bound_name with for_each_bound_identifier 2 年之前
AbstractOperations.h 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
ArgumentsObject.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
Array.cpp e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal 2 年之前
Array.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
ArrayBuffer.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer 2 年之前
ArrayBuffer.h d18cae7301 LibJS: Add spec comments to RawBytesToNumeric 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
ArrayConstructor.h fe4f2923f8 LibJS: Implement Array.fromAsync 2 年之前
ArrayIterator.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
ArrayIterator.h 4763cab323 LibJS: Convert ArrayIterator::create() to NonnullGCPtr 2 年之前
ArrayIteratorPrototype.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
ArrayIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
ArrayPrototype.cpp 60750d864e LibJS: Align array splice with spec 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 2a563b9de6 LibJS/Bytecode: Correctly rethrow exception in `await` expression 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 e86d7cab06 LibJS: Don't crash on broken promises in AsyncGenerator#return 2 年之前
AsyncGenerator.h e86d7cab06 LibJS: Don't crash on broken promises in AsyncGenerator#return 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
AsyncGeneratorPrototype.h d1cb78c411 LibJS/Bytecode: Implement async generators 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 b1870bc47b LibJS: Propagate OOM from SetValueInBuffer 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 fe4f2923f8 LibJS: Implement Array.fromAsync 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 b1870bc47b LibJS: Propagate OOM from SetValueInBuffer AO 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 a27c4cf63c LibJS: Add modification counter in DeclarativeEnvironment 2 年之前
DeclarativeEnvironment.h a27c4cf63c LibJS: Add modification counter in DeclarativeEnvironment 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 7b00b4d6f6 LibJS: Add spec comments to FunctionDeclarationInstantiation 2 年之前
ECMAScriptFunctionObject.h 930dd2948f LibJS: Make AsyncFunctionStart and AsyncBlockStart templates 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 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 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 2f85faef0f LibJS: Fix scope detection for ids in default function params 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 c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
GeneratorObject.h 566a8dfd93 LibJS: Allow GeneratorObject to be subclassed 2 年之前
GeneratorPrototype.cpp 82df3cee66 LibJS: Fix a couple of Generator.prototype spec headers 2 年之前
GeneratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
GlobalEnvironment.cpp 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
Intrinsics.cpp 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer 2 年之前
Intrinsics.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 年之前
Iterator.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
Iterator.h 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
IteratorConstructor.cpp ff4e0d2943 LibJS: Avoid creating String object wrappers in iterator helpers 2 年之前
IteratorConstructor.h d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2 年之前
IteratorHelper.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
IteratorHelper.h 57e7112a20 LibJS: Handle abrupt closures from Iterator.prototype.flatMap 2 年之前
IteratorHelperPrototype.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
IteratorHelperPrototype.h 3eb2e4e08a LibJS: Implement Iterator.prototype.map 2 年之前
IteratorPrototype.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
MapConstructor.h 419e710c1c LibJS: Re-implement the Array Grouping proposal as static methods 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
ModuleNamespaceObject.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
ModuleRequest.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
NativeFunction.cpp b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
NativeFunction.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
Object.h 6b191ab73d LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object 2 年之前
ObjectConstructor.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
ObjectConstructor.h 419e710c1c LibJS: Re-implement the Array Grouping proposal as static methods 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 a3e4535f34 LibJS: Resolve rope strings directly to UTF-16 when preferable 2 年之前
PrimitiveString.h a3e4535f34 LibJS: Resolve rope strings directly to UTF-16 when preferable 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
PromiseConstructor.h 36d156428b LibJS: Implement the Promise.withResolvers proposal 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 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 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
ProxyObject.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 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 640d48255b LibJS: Remove unhelpful environment lookup optimization for globals 2 年之前
Reference.h 2b19d1b5ab LibJS: Do not coerce nullish references to unresolvable references 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
SetIteratorPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
SetPrototype.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
SetPrototype.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
ShadowRealm.cpp b0a533dbc0 LibJS: Identify global variables during parsing 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 cf6792ec40 LibJS/Bytecode: Invalidate inline caches on unique shape mutation 2 年之前
Shape.h cf6792ec40 LibJS/Bytecode: Invalidate inline caches on unique shape mutation 2 年之前
SharedArrayBufferConstructor.cpp 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 年之前
SharedArrayBufferConstructor.h 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 年之前
SharedArrayBufferPrototype.cpp 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 年之前
SharedArrayBufferPrototype.h 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
TypedArray.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset 2 年之前
TypedArrayConstructor.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
TypedArrayConstructor.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
TypedArrayPrototype.cpp b1870bc47b LibJS: Propagate OOM from SetValueInBuffer AO 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 年之前
VM.h 66a8664518 LibJS: Provide a mutable SourceTextModule to HostGetImportMetaProperties 2 年之前
Value.cpp 0cb9c9e81e LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value 2 年之前
Value.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
WeakMapConstructor.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 c911781c21 Everywhere: Remove needless trailing semi-colons after functions 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 c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
WeakSetConstructor.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 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 年之前