..
Intl
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
Temporal
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
AbstractOperations.cpp
LibJS: Use Identifier to represent FunctionParameter name
2023-07-07 19:35:08 +02:00
AbstractOperations.h
LibJS: Make GetIterator's hint parameter required
2023-07-19 06:56:51 +02:00
Accessor.h
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
2023-04-30 06:04:33 +02:00
AggregateError.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AggregateError.h
AggregateErrorConstructor.cpp
LibJS: Rename IterableToList to IteratorToList
2023-07-19 06:56:51 +02:00
AggregateErrorConstructor.h
AggregateErrorPrototype.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AggregateErrorPrototype.h
ArgumentsObject.cpp
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
ArgumentsObject.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
Array.cpp
Array.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
ArrayBuffer.cpp
LibJS: Add initial implementation for SharedArrayBuffer
2023-07-01 16:55:17 +01:00
ArrayBuffer.h
LibJS: Add spec comments to RawBytesToNumeric AO
2023-07-06 14:55:46 +01:00
ArrayBufferConstructor.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ArrayBufferConstructor.h
ArrayBufferPrototype.cpp
LibJS: Extract named vm variables in ArrayBufferPrototype::slice
2023-07-01 16:55:17 +01:00
ArrayBufferPrototype.h
LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength
2023-06-30 23:23:15 +02:00
ArrayConstructor.cpp
LibJS+LibWeb: Refactor GetIterator to use GetIteratorFromMethod
2023-07-19 06:56:51 +02:00
ArrayConstructor.h
LibJS: Implement Array.fromAsync
2023-07-16 14:56:10 +01:00
ArrayIterator.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ArrayIterator.h
ArrayIteratorPrototype.cpp
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
ArrayIteratorPrototype.h
ArrayPrototype.cpp
LibJS: Align array splice with spec
2023-07-16 17:13:44 +01:00
ArrayPrototype.h
AsyncFromSyncIterator.cpp
LibJS: Rename JS::Iterator to JS::IteratorRecord
2023-06-26 10:39:07 +02:00
AsyncFromSyncIterator.h
LibJS: Rename JS::Iterator to JS::IteratorRecord
2023-06-26 10:39:07 +02:00
AsyncFromSyncIteratorPrototype.cpp
LibJS: Rename JS::Iterator to JS::IteratorRecord
2023-06-26 10:39:07 +02:00
AsyncFromSyncIteratorPrototype.h
LibJS: Rename JS::Iterator to JS::IteratorRecord
2023-06-26 10:39:07 +02:00
AsyncFunctionConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AsyncFunctionConstructor.h
AsyncFunctionDriverWrapper.cpp
LibJS/Bytecode: Correctly rethrow exception in await
expression
2023-07-15 11:27:43 +02:00
AsyncFunctionDriverWrapper.h
AsyncFunctionPrototype.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AsyncFunctionPrototype.h
AsyncGenerator.cpp
LibJS: Don't crash on broken promises in AsyncGenerator#return
2023-07-15 01:08:52 +02:00
AsyncGenerator.h
LibJS: Don't crash on broken promises in AsyncGenerator#return
2023-07-15 01:08:52 +02:00
AsyncGeneratorFunctionConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AsyncGeneratorFunctionConstructor.h
AsyncGeneratorFunctionPrototype.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AsyncGeneratorFunctionPrototype.h
AsyncGeneratorPrototype.cpp
LibJS: Don't crash on broken promises in AsyncGenerator#return
2023-07-15 01:08:52 +02:00
AsyncGeneratorPrototype.h
LibJS/Bytecode: Implement async generators
2023-07-15 01:08:52 +02:00
AsyncGeneratorRequest.h
AsyncIteratorPrototype.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
AsyncIteratorPrototype.h
AtomicsObject.cpp
LibJS: Propagate OOM from SetValueInBuffer AO
2023-07-06 14:55:46 +01:00
AtomicsObject.h
BigInt.cpp
BigInt.h
BigIntConstructor.cpp
LibJS: Port Value::to_bigint() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
BigIntConstructor.h
BigIntObject.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
BigIntObject.h
BigIntPrototype.cpp
LibJS: Port this_bigint_value() to NonnullGCPtr
2023-04-15 16:06:02 +02:00
BigIntPrototype.h
BooleanConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
BooleanConstructor.h
BooleanObject.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
BooleanObject.h
BooleanPrototype.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
BooleanPrototype.h
BoundFunction.cpp
BoundFunction.h
CanonicalIndex.h
ClassFieldDefinition.h
CommonPropertyNames.h
LibJS: Implement Array.fromAsync
2023-07-16 14:56:10 +01:00
Completion.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
Completion.h
ConsoleObject.cpp
LibJS: Begin implementing console.dir
2023-06-22 06:46:27 +02:00
ConsoleObject.h
LibJS: Begin implementing console.dir
2023-06-22 06:46:27 +02:00
DataView.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
DataView.h
DataViewConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
DataViewConstructor.h
DataViewPrototype.cpp
LibJS: Propagate OOM from SetValueInBuffer AO
2023-07-06 14:55:46 +01:00
DataViewPrototype.h
Date.cpp
LibJS: Replace a DeprecatedString with String
2023-06-15 14:03:51 +01:00
Date.h
LibJS: Replace a DeprecatedString with String
2023-06-15 14:03:51 +01:00
DateConstructor.cpp
Userland: Remove remaining users of Duration::now_realtime()
2023-05-24 23:18:07 +02:00
DateConstructor.h
DatePrototype.cpp
LibJS: Replace a DeprecatedString with String
2023-06-15 14:03:51 +01:00
DatePrototype.h
DeclarativeEnvironment.cpp
LibJS: Add modification counter in DeclarativeEnvironment
2023-07-12 16:03:16 +02:00
DeclarativeEnvironment.h
LibJS: Add modification counter in DeclarativeEnvironment
2023-07-12 16:03:16 +02:00
DisposableStack.cpp
DisposableStack.h
DisposableStackConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
DisposableStackConstructor.h
DisposableStackPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
DisposableStackPrototype.h
ECMAScriptFunctionObject.cpp
LibJS: Allow AsyncBlockStart to accept a SafeFunction
2023-07-16 14:56:10 +01:00
ECMAScriptFunctionObject.h
LibJS: Make AsyncFunctionStart and AsyncBlockStart templates
2023-07-16 14:56:10 +01:00
Environment.cpp
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
2023-04-30 06:04:33 +02:00
Environment.h
EnvironmentCoordinate.h
LibJS: Remove unhelpful environment lookup optimization for globals
2023-07-13 10:56:59 +02:00
Error.cpp
LibJS: Fix reading cached source ranges
2023-05-28 14:40:22 +02:00
Error.h
LibJS: Make Error stack traces lazier
2023-05-28 10:03:11 +02:00
ErrorConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ErrorConstructor.h
ErrorPrototype.cpp
LibJS: Port PrototypeObject::this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
ErrorPrototype.h
ErrorTypes.cpp
ErrorTypes.h
LibJS: Implement Iterator.prototype.take
2023-06-26 10:39:07 +02:00
ExecutionContext.cpp
LibJS: Add vector of local variables in ExecutionContext
2023-07-05 21:03:01 +02:00
ExecutionContext.h
LibJS: Add vector of local variables in ExecutionContext
2023-07-05 21:03:01 +02:00
FinalizationRegistry.cpp
FinalizationRegistry.h
FinalizationRegistryConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
FinalizationRegistryConstructor.h
FinalizationRegistryPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
FinalizationRegistryPrototype.h
FunctionConstructor.cpp
LibJS: Fix scope detection for ids in default function params
2023-07-08 14:03:12 +02:00
FunctionConstructor.h
FunctionEnvironment.cpp
FunctionEnvironment.h
FunctionKind.h
FunctionObject.cpp
FunctionObject.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
FunctionPrototype.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
FunctionPrototype.h
GeneratorFunctionConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
GeneratorFunctionConstructor.h
GeneratorFunctionPrototype.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
GeneratorFunctionPrototype.h
GeneratorObject.cpp
LibJS: Allow GeneratorObject to be subclassed
2023-07-16 23:56:55 +01:00
GeneratorObject.h
LibJS: Allow GeneratorObject to be subclassed
2023-07-16 23:56:55 +01:00
GeneratorPrototype.cpp
LibJS: Fix a couple of Generator.prototype spec headers
2023-07-16 23:56:55 +01:00
GeneratorPrototype.h
GlobalEnvironment.cpp
LibJS: Remove unhelpful environment lookup optimization for globals
2023-07-13 10:56:59 +02:00
GlobalEnvironment.h
GlobalObject.cpp
LibJS: Add initial implementation for SharedArrayBuffer
2023-07-01 16:55:17 +01:00
GlobalObject.h
IndexedProperties.cpp
IndexedProperties.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
Intrinsics.cpp
LibJS: Add initial implementation for SharedArrayBuffer
2023-07-01 16:55:17 +01:00
Intrinsics.h
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
2023-06-26 10:39:07 +02:00
Iterator.cpp
LibJS: Change error message for non-objects in GetIteratorFlattenable
2023-07-12 23:57:41 +02:00
Iterator.h
LibJS: Avoid creating String object wrappers in iterator helpers
2023-07-12 23:26:51 +02:00
IteratorConstructor.cpp
LibJS: Avoid creating String object wrappers in iterator helpers
2023-07-12 23:26:51 +02:00
IteratorConstructor.h
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
2023-06-26 10:39:07 +02:00
IteratorHelper.cpp
LibJS: Handle abrupt closures from Iterator.prototype.flatMap
2023-07-16 23:56:55 +01:00
IteratorHelper.h
LibJS: Handle abrupt closures from Iterator.prototype.flatMap
2023-07-16 23:56:55 +01:00
IteratorHelperPrototype.cpp
LibJS: Implement %IteratorHelperPrototype%.return
2023-07-16 23:56:55 +01:00
IteratorHelperPrototype.h
LibJS: Implement Iterator.prototype.map
2023-06-26 10:39:07 +02:00
IteratorOperations.cpp
LibJS: Throw a TypeError early for undefined methods in GetIterator
2023-07-19 06:56:51 +02:00
IteratorOperations.h
LibJS: Rename IterableToList to IteratorToList
2023-07-19 06:56:51 +02:00
IteratorPrototype.cpp
LibJS: Handle abrupt closures from Iterator.prototype.flatMap
2023-07-16 23:56:55 +01:00
IteratorPrototype.h
LibJS: Implement Iterator.prototype.find
2023-06-26 10:39:07 +02:00
JobCallback.cpp
JobCallback.h
JSONObject.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
JSONObject.h
Map.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
Map.h
MapConstructor.cpp
LibJS: Re-implement the Array Grouping proposal as static methods
2023-07-12 00:03:54 +02:00
MapConstructor.h
LibJS: Re-implement the Array Grouping proposal as static methods
2023-07-12 00:03:54 +02:00
MapIterator.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
MapIterator.h
MapIteratorPrototype.cpp
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
MapIteratorPrototype.h
MapPrototype.cpp
LibJS: Add spec comments to MapPrototype
2023-04-15 14:07:28 +02:00
MapPrototype.h
MathObject.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2023-07-15 16:21:29 +02:00
MathObject.h
ModuleEnvironment.cpp
AK+Everywhere: Rename FlyString to DeprecatedFlyString
2023-01-09 23:00:24 +00:00
ModuleEnvironment.h
ModuleNamespaceObject.cpp
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
ModuleNamespaceObject.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
ModuleRequest.h
NativeFunction.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
NativeFunction.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
NumberConstructor.cpp
AK+LibJS: Make Number.MIN_VALUE
a denormal
2023-07-02 21:19:09 +01:00
NumberConstructor.h
NumberObject.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
NumberObject.h
NumberPrototype.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
NumberPrototype.h
Object.cpp
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
Object.h
LibJS+LibWeb: Add fast_is<DOM::Node> for JS::Object
2023-07-14 05:55:41 +02:00
ObjectConstructor.cpp
LibJS: Re-implement the Array Grouping proposal as static methods
2023-07-12 00:03:54 +02:00
ObjectConstructor.h
LibJS: Re-implement the Array Grouping proposal as static methods
2023-07-12 00:03:54 +02:00
ObjectEnvironment.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ObjectEnvironment.h
ObjectPrototype.cpp
LibJS: Add spec comments to ObjectPrototype
2023-04-15 14:07:28 +02:00
ObjectPrototype.h
PrimitiveString.cpp
LibJS: Resolve rope strings directly to UTF-16 when preferable
2023-07-13 20:53:54 +02:00
PrimitiveString.h
LibJS: Resolve rope strings directly to UTF-16 when preferable
2023-07-13 20:53:54 +02:00
PrivateEnvironment.cpp
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
2023-04-30 06:04:33 +02:00
PrivateEnvironment.h
Promise.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
Promise.h
PromiseCapability.cpp
LibJS: Fix incorrect is_function()
check in NewPromiseCapability
2023-06-29 08:43:28 +02:00
PromiseCapability.h
LibJS: Align NewPromiseCapability with spec changes
2023-06-28 23:36:15 +01:00
PromiseConstructor.cpp
LibJS: Make GetIterator's hint parameter required
2023-07-19 06:56:51 +02:00
PromiseConstructor.h
LibJS: Implement the Promise.withResolvers proposal
2023-07-13 00:02:19 +02:00
PromiseJobs.cpp
PromiseJobs.h
PromisePrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
PromisePrototype.h
PromiseReaction.cpp
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
2023-04-30 06:04:33 +02:00
PromiseReaction.h
PromiseResolvingElementFunctions.cpp
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
2023-04-30 06:04:33 +02:00
PromiseResolvingElementFunctions.h
PromiseResolvingFunction.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
PromiseResolvingFunction.h
PropertyAttributes.h
PropertyDescriptor.cpp
PropertyDescriptor.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
PropertyKey.h
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
PrototypeObject.h
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
ProxyConstructor.cpp
LibJS: Add spec comments to ProxyConstructor
2023-04-15 14:07:28 +02:00
ProxyConstructor.h
ProxyObject.cpp
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
ProxyObject.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
Realm.cpp
Realm.h
Reference.cpp
LibJS: Remove unhelpful environment lookup optimization for globals
2023-07-13 10:56:59 +02:00
Reference.h
LibJS: Do not coerce nullish references to unresolvable references
2023-07-06 21:36:13 +01:00
ReflectObject.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ReflectObject.h
RegExpConstructor.cpp
LibJS: Update RegExp spec numbers to match re-ordering within the spec
2023-06-23 20:22:45 +02:00
RegExpConstructor.h
RegExpLegacyStaticProperties.cpp
RegExpLegacyStaticProperties.h
Everywhere: Remove unused DeprecatedString includes
2023-04-09 22:00:54 +02:00
RegExpObject.cpp
LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal
2023-06-23 20:22:45 +02:00
RegExpObject.h
RegExpPrototype.cpp
LibJS: Update spec numbers/steps for RegExp unicode sets flag proposal
2023-06-23 20:22:45 +02:00
RegExpPrototype.h
RegExpStringIterator.cpp
LibJS: Update RegExp spec numbers to match re-ordering within the spec
2023-06-23 20:22:45 +02:00
RegExpStringIterator.h
RegExpStringIteratorPrototype.cpp
LibJS: Update RegExp spec numbers to match re-ordering within the spec
2023-06-23 20:22:45 +02:00
RegExpStringIteratorPrototype.h
Set.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
Set.h
SetConstructor.cpp
LibJS: Make well-known symbol getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SetConstructor.h
SetIterator.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SetIterator.h
SetIteratorPrototype.cpp
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
SetIteratorPrototype.h
SetPrototype.cpp
LibJS: Replace Set's GetKeysIterator AO with GetIteratorFromMethod
2023-07-19 06:56:51 +02:00
SetPrototype.h
ShadowRealm.cpp
LibJS: Identify global variables during parsing
2023-07-12 16:03:16 +02:00
ShadowRealm.h
ShadowRealmConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
ShadowRealmConstructor.h
ShadowRealmPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
ShadowRealmPrototype.h
Shape.cpp
LibJS/Bytecode: Invalidate inline caches on unique shape mutation
2023-07-11 00:14:50 +02:00
Shape.h
LibJS/Bytecode: Invalidate inline caches on unique shape mutation
2023-07-11 00:14:50 +02:00
SharedArrayBufferConstructor.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2023-07-15 16:21:29 +02:00
SharedArrayBufferConstructor.h
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2023-07-15 16:21:29 +02:00
SharedArrayBufferPrototype.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2023-07-15 16:21:29 +02:00
SharedArrayBufferPrototype.h
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2023-07-15 16:21:29 +02:00
StringConstructor.cpp
LibJS: Port Value::to_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
StringConstructor.h
StringIterator.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
StringIterator.h
StringIteratorPrototype.cpp
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
StringIteratorPrototype.h
StringObject.cpp
LibJS: Add spec comments to StringObject
2023-04-15 14:07:28 +02:00
StringObject.h
StringOrSymbol.h
StringPrototype.cpp
LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal
2023-05-26 05:23:55 +02:00
StringPrototype.h
SuppressedError.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SuppressedError.h
SuppressedErrorConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SuppressedErrorConstructor.h
SuppressedErrorPrototype.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SuppressedErrorPrototype.h
Symbol.cpp
LibJS: Add spec comments to SymbolConstructor
2023-04-13 13:04:44 +02:00
Symbol.h
LibJS: Add spec comments to SymbolConstructor
2023-04-13 13:04:44 +02:00
SymbolConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SymbolConstructor.h
SymbolObject.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
SymbolObject.h
SymbolPrototype.cpp
LibJS: Port this_symbol_value() to NonnullGCPtr
2023-04-15 16:06:52 +02:00
SymbolPrototype.h
ThrowableStringBuilder.cpp
ThrowableStringBuilder.h
TypedArray.cpp
LibJS: Rename IterableToList to IteratorToList
2023-07-19 06:56:51 +02:00
TypedArray.h
LibJS: Make Object::internal_get() reveal the used property offset
2023-07-09 12:54:06 +02:00
TypedArrayConstructor.cpp
LibJS: Rename IterableToList to IteratorToList
2023-07-19 06:56:51 +02:00
TypedArrayConstructor.h
TypedArrayPrototype.cpp
LibJS: Propagate OOM from SetValueInBuffer AO
2023-07-06 14:55:46 +01:00
TypedArrayPrototype.h
Utf16String.cpp
Utf16String.h
Value.cpp
LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value
2023-07-01 20:29:12 +01:00
Value.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
ValueTraits.h
VM.cpp
LibJS: Make GetIterator's hint parameter required
2023-07-19 06:56:51 +02:00
VM.h
LibJS: Provide a mutable SourceTextModule to HostGetImportMetaProperties
2023-07-18 17:03:21 +01:00
WeakContainer.cpp
WeakContainer.h
WeakMap.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakMap.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
WeakMapConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakMapConstructor.h
WeakMapPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
WeakMapPrototype.h
WeakRef.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakRef.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
WeakRefConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakRefConstructor.h
WeakRefPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
WeakRefPrototype.h
WeakSet.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakSet.h
Everywhere: Remove needless trailing semi-colons after functions
2023-07-08 10:32:56 +01:00
WeakSetConstructor.cpp
LibJS: Make intrinsics getters return NonnullGCPtr
2023-04-13 14:29:42 +02:00
WeakSetConstructor.h
WeakSetPrototype.cpp
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
2023-04-14 09:59:29 +02:00
WeakSetPrototype.h
WrapForValidIteratorPrototype.cpp
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
2023-06-26 10:39:07 +02:00
WrapForValidIteratorPrototype.h
LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
2023-06-26 10:39:07 +02:00
WrappedFunction.cpp
WrappedFunction.h