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