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