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