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