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