Linus Groh 674f3d0347 LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString() há 4 anos atrás
..
Temporal 75541c48b5 LibJS: Add Temporal.Instant.prototype.valueOf há 4 anos atrás
AbstractOperations.cpp fff112c8a3 LibJS: Add missing spec link to ValidateAndApplyPropertyDescriptor há 4 anos atrás
AbstractOperations.h dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates há 4 anos atrás
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error há 4 anos atrás
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error há 4 anos atrás
AggregateErrorConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError há 4 anos atrás
ArgumentsObject.cpp 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant há 4 anos atrás
ArgumentsObject.h 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) há 4 anos atrás
Array.cpp c351b4ad0d LibJS: Stop using a native property for Array lengths há 4 anos atrás
Array.h c351b4ad0d LibJS: Stop using a native property for Array lengths há 4 anos atrás
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM há 4 anos atrás
ArrayBuffer.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
ArrayBufferConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
ArrayBufferPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
ArrayConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
ArrayIteratorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ArrayPrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically há 4 anos atrás
BigInt.cpp 3014e529be LibJS: Tweak error message in the NumberToBigInt abstract operation há 4 anos atrás
BigInt.h cc64efac44 LibJS: Split out NumberToBigInt from the BigInt constructor há 4 anos atrás
BigIntConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BigIntPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
BooleanConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BooleanPrototype.cpp 4f6aa38434 LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype há 4 anos atrás
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
BoundFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
BoundFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
CommonPropertyNames.h 6c67de8186 LibJS: Implement RegExp.prototype.hasIndices proposal há 4 anos atrás
ConsoleObject.cpp 53f70e5208 LibJS: Remove the default length & attributes from define_native_* há 4 anos atrás
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
DataView.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
DataViewConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
DataViewPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods há 4 anos atrás
Date.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors há 4 anos atrás
Date.h 674f3d0347 LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString() há 4 anos atrás
DateConstructor.cpp a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 há 4 anos atrás
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
DatePrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
DatePrototype.h 7e4b0681e1 LibJS: Implement Date.prototype.toTemporalInstant() há 4 anos atrás
DeclarativeEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
DeclarativeEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
Environment.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
Environment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
Error.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error há 4 anos atrás
ErrorConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
ErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} há 4 anos atrás
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
ErrorTypes.h 3014e529be LibJS: Tweak error message in the NumberToBigInt abstract operation há 4 anos atrás
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext há 4 anos atrás
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor há 4 anos atrás
FinalizationRegistry.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
FinalizationRegistry.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
FinalizationRegistryConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
FinalizationRegistryPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods há 4 anos atrás
FunctionConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
FunctionEnvironment.cpp fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value há 4 anos atrás
FunctionEnvironment.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
FunctionObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
FunctionObject.h fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value há 4 anos atrás
FunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
GeneratorFunctionConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
GeneratorFunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
GeneratorObject.cpp e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages há 4 anos atrás
GeneratorObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
GeneratorObjectPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects há 4 anos atrás
GlobalEnvironment.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
GlobalEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
GlobalObject.cpp 47fb4286c7 LibJS: Start implementing Temporal.Instant há 4 anos atrás
GlobalObject.h 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes há 4 anos atrás
IndexedProperties.cpp c351b4ad0d LibJS: Stop using a native property for Array lengths há 4 anos atrás
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths há 4 anos atrás
IteratorOperations.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
IteratorOperations.h 5ee1ae37b2 LibJS: Add the IteratorStep abstract iterator operation há 4 anos atrás
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) há 4 anos atrás
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
JSONObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
JSONObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object há 4 anos atrás
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in há 4 anos atrás
MapConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
MapIteratorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods há 4 anos atrás
MapPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods há 4 anos atrás
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
MarkedValueList.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
MathObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
MathObject.h 9d2e90d569 LibJS: Add Math.imul() há 4 anos atrás
NativeFunction.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
NativeFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
NumberConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
NumberPrototype.cpp c31392510a LibJS: Add the Number.prototype.toFixed method há 4 anos atrás
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method há 4 anos atrás
Object.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
Object.h 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
ObjectConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
ObjectConstructor.h 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() há 4 anos atrás
ObjectEnvironment.cpp e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages há 4 anos atrás
ObjectEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool há 4 anos atrás
ObjectPrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
ObjectPrototype.h cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object há 4 anos atrás
OrdinaryFunctionObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
OrdinaryFunctionObject.h 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject há 4 anos atrás
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ há 4 anos atrás
Promise.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
PromiseConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromisePrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
PromiseReaction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
PromiseResolvingFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function há 4 anos atrás
PropertyAttributes.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
PropertyDescriptor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
PropertyDescriptor.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
PropertyName.h cb44fc528b LibJS: Add a way of constructing PropertyName with values above 2**32-1 há 4 anos atrás
ProxyConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
ProxyObject.cpp dd27490ee1 LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates há 4 anos atrás
ProxyObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
Reference.cpp 721238f41c LibJS: Use the direct formatter of PropertyName instead of via to_value há 4 anos atrás
Reference.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes há 4 anos atrás
ReflectObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
RegExpConstructor.cpp 3892b6e6ec LibJS: Implement RegExp constructor according to the spec há 4 anos atrás
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
RegExpObject.cpp d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag há 4 anos atrás
RegExpObject.h 306d59276a LibJS: Stop using a native property for RegExp's lastIndex property há 4 anos atrás
RegExpPrototype.cpp 6c67de8186 LibJS: Implement RegExp.prototype.hasIndices proposal há 4 anos atrás
RegExpPrototype.h e4124d0218 LibJS: Implement RegExp.prototype [ @@split ] há 4 anos atrás
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype há 4 anos atrás
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in há 4 anos atrás
SetConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
SetIteratorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} há 4 anos atrás
SetPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype há 4 anos atrás
Shape.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction há 4 anos atrás
StringConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors há 4 anos atrás
StringIteratorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
StringObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
StringObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) há 4 anos atrás
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case há 4 anos atrás
StringPrototype.cpp 56d8098d13 LibJS: Use PropertyName instead of StringOrSymbol in Object::invoke() há 4 anos atrás
StringPrototype.h 9f0aef6051 LibJS: Implement most of String.prototype.replaceAll há 4 anos atrás
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers há 4 anos atrás
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description há 4 anos atrás
SymbolPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() há 4 anos atrás
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too há 4 anos atrás
TypedArray.cpp 53bc3f8e3b LibJS: Move typed_array_create to TypedArray.{h,cpp} há 4 anos atrás
TypedArray.h 53bc3f8e3b LibJS: Move typed_array_create to TypedArray.{h,cpp} há 4 anos atrás
TypedArrayConstructor.cpp 53bc3f8e3b LibJS: Move typed_array_create to TypedArray.{h,cpp} há 4 anos atrás
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method há 4 anos atrás
TypedArrayPrototype.cpp a44de7a55f LibJS: Add %TypedArray%.prototype.toLocaleString há 4 anos atrás
TypedArrayPrototype.h a44de7a55f LibJS: Add %TypedArray%.prototype.toLocaleString há 4 anos atrás
VM.cpp 0dc4e722e6 LibJS: Make FunctionExpression more spec-compliant há 4 anos atrás
VM.h fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference há 4 anos atrás
Value.cpp c6fafd3e90 AK+Userland: Add generic `AK::abs()` function and use it há 4 anos atrás
Value.h 795786387b LibJS: Remove the NativeProperty mechanism from LibJS há 4 anos atrás
WeakContainer.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakMap.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakMap.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakMapConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
WeakMapPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) há 4 anos atrás
WeakRef.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakRef.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakRefConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
WeakRefPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method há 4 anos atrás
WeakSet.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakSet.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere há 4 anos atrás
WeakSetConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
WeakSetPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) há 4 anos atrás