Linus Groh c4123d8aad LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor() 4 lat temu
..
Temporal c4123d8aad LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor() 4 lat temu
AbstractOperations.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
AbstractOperations.h 5a8f870594 LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units 4 lat temu
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 lat temu
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 lat temu
AggregateErrorConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 lat temu
ArgumentsObject.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ArgumentsObject.h 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) 4 lat temu
Array.cpp c351b4ad0d LibJS: Stop using a native property for Array lengths 4 lat temu
Array.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 lat temu
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM 4 lat temu
ArrayBuffer.h f4ea6b1824 LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation 4 lat temu
ArrayBufferConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
ArrayBufferPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
ArrayConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
ArrayIteratorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ArrayPrototype.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 lat temu
AtomicsObject.cpp 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 lat temu
AtomicsObject.h 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 lat temu
BigInt.cpp 3014e529be LibJS: Tweak error message in the NumberToBigInt abstract operation 4 lat temu
BigInt.h cc64efac44 LibJS: Split out NumberToBigInt from the BigInt constructor 4 lat temu
BigIntConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BigIntPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
BooleanConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BooleanPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BoundFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
BoundFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
CommonPropertyNames.h c4123d8aad LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor() 4 lat temu
ConsoleObject.cpp 53f70e5208 LibJS: Remove the default length & attributes from define_native_* 4 lat temu
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
DataView.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
DataViewConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
DataViewPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 lat temu
Date.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
Date.h 5512ff79f0 LibJS: Implement a bunch of time value related Date AOs 4 lat temu
DateConstructor.cpp a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 4 lat temu
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
DatePrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
DatePrototype.h 7e4b0681e1 LibJS: Implement Date.prototype.toTemporalInstant() 4 lat temu
DeclarativeEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 lat temu
DeclarativeEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 lat temu
Environment.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
Environment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 lat temu
Error.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 lat temu
ErrorConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
ErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 lat temu
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
ErrorTypes.h 010761aff4 LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate 4 lat temu
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 lat temu
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 lat temu
FinalizationRegistry.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
FinalizationRegistry.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
FinalizationRegistryConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
FinalizationRegistryPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 lat temu
FunctionConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
FunctionEnvironment.cpp fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value 4 lat temu
FunctionEnvironment.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
FunctionObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
FunctionObject.h fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value 4 lat temu
FunctionPrototype.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
GeneratorFunctionConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
GeneratorFunctionConstructor.h 804d592303 LibJS: Add missing has_constructor override to Generator Functions 4 lat temu
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
GeneratorObject.cpp e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages 4 lat temu
GeneratorObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
GeneratorObjectPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 lat temu
GlobalEnvironment.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
GlobalEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 lat temu
GlobalObject.cpp ae4bf8fc32 LibJS: Start implementing Temporal.PlainTime 4 lat temu
GlobalObject.h c303bbde54 LibJS: Implement Temporal.Now.plainDate() 4 lat temu
IndexedProperties.cpp c351b4ad0d LibJS: Stop using a native property for Array lengths 4 lat temu
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 lat temu
IteratorOperations.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
IteratorOperations.h 5ee1ae37b2 LibJS: Add the IteratorStep abstract iterator operation 4 lat temu
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 lat temu
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
JSONObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
JSONObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object 4 lat temu
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 lat temu
MapConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
MapIteratorPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 lat temu
MapPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 lat temu
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
MarkedValueList.h 3fe1be20b7 LibJS: Use IntrusiveList for keeping track of MarkedValueLists 4 lat temu
MathObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 lat temu
NativeFunction.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
NativeFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
NumberConstructor.cpp ed46d52252 Everywhere: Use AK/Math.h if applicable 4 lat temu
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
NumberPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 lat temu
Object.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
Object.h 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ObjectConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ObjectConstructor.h 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() 4 lat temu
ObjectEnvironment.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
ObjectEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 lat temu
ObjectPrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() 4 lat temu
ObjectPrototype.h cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object 4 lat temu
OrdinaryFunctionObject.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
OrdinaryFunctionObject.h 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject 4 lat temu
PrimitiveString.cpp 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors 4 lat temu
PrimitiveString.h 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors 4 lat temu
Promise.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
PromiseConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 lat temu
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromisePrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() 4 lat temu
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
PromiseReaction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
PromiseResolvingFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 lat temu
PropertyAttributes.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
PropertyDescriptor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
PropertyDescriptor.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
PropertyName.h cb44fc528b LibJS: Add a way of constructing PropertyName with values above 2**32-1 4 lat temu
ProxyConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
ProxyObject.cpp dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates 4 lat temu
ProxyObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
Reference.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
Reference.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 lat temu
ReflectObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 lat temu
RegExpConstructor.cpp 3892b6e6ec LibJS: Implement RegExp constructor according to the spec 4 lat temu
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
RegExpObject.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
RegExpObject.h f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time 4 lat temu
RegExpPrototype.cpp 8c2b8fd001 LibJS: Remove UTF-8 RegExpExec and AdvanceStringIndex overrides 4 lat temu
RegExpPrototype.h 8c2b8fd001 LibJS: Remove UTF-8 RegExpExec and AdvanceStringIndex overrides 4 lat temu
RegExpStringIterator.cpp 2c023157e9 LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units 4 lat temu
RegExpStringIterator.h 2c023157e9 LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units 4 lat temu
RegExpStringIteratorPrototype.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
RegExpStringIteratorPrototype.h cfddcad7cf LibJS: Implement the RegExpStringIterator object 4 lat temu
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 lat temu
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 lat temu
SetConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
SetIteratorPrototype.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 lat temu
SetPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 lat temu
Shape.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 lat temu
StringConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 lat temu
StringIteratorPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 lat temu
StringObject.cpp 2bba20d123 LibJS: Report string properties using UTF-16 code units 4 lat temu
StringObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 lat temu
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 lat temu
StringPrototype.cpp 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 4 lat temu
StringPrototype.h 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 4 lat temu
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 lat temu
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 lat temu
SymbolConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 lat temu
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
SymbolObject.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 lat temu
SymbolPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 lat temu
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 lat temu
TypedArray.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
TypedArray.h ba2c3731e9 LibJS: Make ValidateTypeArray abstraction public 4 lat temu
TypedArrayConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method 4 lat temu
TypedArrayPrototype.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 lat temu
TypedArrayPrototype.h a44de7a55f LibJS: Add %TypedArray%.prototype.toLocaleString 4 lat temu
VM.cpp f8a869f2fc LibJS: Fix that non-existent references are unresolvable in strict mode 4 lat temu
VM.h c6e9c6d6ab LibJS: Follow the spec more closely when determining the this value 4 lat temu
Value.cpp 53166c10ca LibJS: Remove unused header includes 4 lat temu
Value.h 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors 4 lat temu
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 lat temu
WeakContainer.h cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 lat temu
WeakMap.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakMap.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakMapConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
WeakMapPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) 4 lat temu
WeakRef.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakRef.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakRefConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
WeakRefPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 lat temu
WeakSet.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakSet.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 lat temu
WeakSetConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 lat temu
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 lat temu
WeakSetPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 lat temu
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 lat temu