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