Timothy Flynn e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation 4 år sedan
..
AbstractOperations.cpp e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation 4 år sedan
AbstractOperations.h e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation 4 år sedan
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 år sedan
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 år sedan
AggregateErrorConstructor.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
AggregateErrorPrototype.cpp cbd7437d40 LibJS: Implement AggregateError 4 år sedan
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 år sedan
ArgumentsObject.cpp 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant 4 år sedan
ArgumentsObject.h 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) 4 år sedan
Array.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
Array.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM 4 år sedan
ArrayBuffer.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ArrayBufferConstructor.cpp 7a1a91d7f2 LibJS: Check for DataView in ArrayBuffer.isView() 4 år sedan
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
ArrayBufferPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
ArrayConstructor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
ArrayIteratorPrototype.cpp e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec 4 år sedan
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
ArrayPrototype.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 år sedan
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
BigInt.h 005d75656e LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 4 år sedan
BigIntConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
BigIntObject.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
BigIntPrototype.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
BooleanConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
BooleanPrototype.cpp 4f6aa38434 LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype 4 år sedan
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
BoundFunction.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
BoundFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
CommonPropertyNames.h e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 år sedan
ConsoleObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 år sedan
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
DataView.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
DataViewConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
DataViewPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 år sedan
Date.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 år sedan
Date.h f65cb63aab LibJS: Check dates are below the `time_clip` threshold 4 år sedan
DateConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
DatePrototype.cpp 6ef56f79bd LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to string 4 år sedan
DatePrototype.h c4530e95f4 LibJS: Add Date.prototype.toJSON() 4 år sedan
DeclarativeEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 år sedan
DeclarativeEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 år sedan
Environment.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
Environment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 år sedan
Error.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 år sedan
ErrorConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
ErrorPrototype.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 år sedan
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
ErrorTypes.h 9f0aef6051 LibJS: Implement most of String.prototype.replaceAll 4 år sedan
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 år sedan
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 år sedan
FinalizationRegistry.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
FinalizationRegistry.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
FinalizationRegistryConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
FinalizationRegistryPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 år sedan
FunctionConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
FunctionEnvironment.cpp fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value 4 år sedan
FunctionEnvironment.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
FunctionObject.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
FunctionObject.h fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value 4 år sedan
FunctionPrototype.cpp e37f96ccfe LibJS: Stop coercing this to object in Function's Symbol.hasInstance 4 år sedan
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
GeneratorFunctionConstructor.cpp c8270dbe2e LibJS: Rename ScriptFunction => OrdinaryFunctionObject 4 år sedan
GeneratorFunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
GeneratorFunctionPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
GeneratorObject.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
GeneratorObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
GeneratorObjectPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 år sedan
GlobalEnvironment.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
GlobalEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 år sedan
GlobalObject.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
GlobalObject.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
IndexedProperties.cpp 9fe363eaad LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes() 4 år sedan
IndexedProperties.h 9fe363eaad LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes() 4 år sedan
IteratorOperations.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
IteratorOperations.h 5ee1ae37b2 LibJS: Add the IteratorStep abstract iterator operation 4 år sedan
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
JSONObject.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
JSONObject.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
Map.cpp a96ac8bd56 LibJS: Add the Map built-in object 4 år sedan
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 år sedan
MapConstructor.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
MapIteratorPrototype.cpp e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec 4 år sedan
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 år sedan
MapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
MapPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 år sedan
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
MarkedValueList.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 år sedan
MathObject.cpp a939ffc617 LibJS: Handle values close to -0.5 correctly in Math.round(x) 4 år sedan
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 år sedan
NativeFunction.cpp 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
NativeFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
NativeProperty.cpp 1bd52ce789 LibJS: Stop qualifying AK::Function 4 år sedan
NativeProperty.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 år sedan
NumberConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
NumberPrototype.cpp c31392510a LibJS: Add the Number.prototype.toFixed method 4 år sedan
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 år sedan
Object.cpp 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) 4 år sedan
Object.h 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant 4 år sedan
ObjectConstructor.cpp 34c28b981a LibJS: Add a missing exception check in Object.assign() 4 år sedan
ObjectConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
ObjectEnvironment.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ObjectEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 år sedan
ObjectPrototype.cpp 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant 4 år sedan
ObjectPrototype.h cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object 4 år sedan
OrdinaryFunctionObject.cpp 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject 4 år sedan
OrdinaryFunctionObject.h 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject 4 år sedan
PrimitiveString.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 år sedan
PrimitiveString.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 år sedan
Promise.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
PromiseConstructor.cpp 073071c634 LibJS: Fix Promise constructor reject function argument 4 år sedan
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 år sedan
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
PromisePrototype.cpp ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
PromiseReaction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 år sedan
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
PromiseResolvingFunction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 år sedan
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 år sedan
PropertyAttributes.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
PropertyDescriptor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
PropertyDescriptor.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
PropertyName.h f998cc156f LibJS: Remove PropertyName::to_value since it is not used anymore :^) 4 år sedan
ProxyConstructor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
ProxyObject.cpp 598842c5b7 LibJS: Fix bogus target.[[OwnPropertyKeys]]() call in Proxy 4 år sedan
ProxyObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
Reference.cpp 721238f41c LibJS: Use the direct formatter of PropertyName instead of via to_value 4 år sedan
Reference.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 år sedan
ReflectObject.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 år sedan
RegExpConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
RegExpObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 år sedan
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
RegExpPrototype.cpp e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation 4 år sedan
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
Set.cpp f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 år sedan
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 år sedan
SetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
SetIteratorPrototype.cpp e480d69130 LibJS: Bring ArrayCreate and ArrayConstructor closer to spec 4 år sedan
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 år sedan
SetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 år sedan
Shape.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 år sedan
StringConstructor.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 år sedan
StringIteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
StringObject.cpp c52d515028 LibJS: Make AbstractOperations::canonical_num... take a PropertyName 4 år sedan
StringObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 år sedan
StringPrototype.cpp e0c9f58b0c LibJS: Implement and use the GetSubstitution abstract operation 4 år sedan
StringPrototype.h 9f0aef6051 LibJS: Implement most of String.prototype.replaceAll 4 år sedan
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 år sedan
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 år sedan
SymbolConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
SymbolObject.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 år sedan
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 år sedan
SymbolPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 år sedan
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 år sedan
TypedArray.cpp d713a84851 LibJS: Stop masking non-RangeError exceptions in TypedArray creation 4 år sedan
TypedArray.h c52d515028 LibJS: Make AbstractOperations::canonical_num... take a PropertyName 4 år sedan
TypedArrayConstructor.cpp fac8f9a94d LibJS: Add the TypedArray.from() method 4 år sedan
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method 4 år sedan
TypedArrayPrototype.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
TypedArrayPrototype.h 62ca81fdcc LibJS: Implement the %TypedArray%.set() function 4 år sedan
VM.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
VM.h fd43d1e205 LibJS: Improve ResolveBinding + add GetIdentifierReference 4 år sedan
Value.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 år sedan
Value.h c81001f920 LibJS: Add Value::operator==() 4 år sedan
WeakContainer.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakMap.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakMap.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakMapConstructor.cpp 9555ca99a0 LibJS: Remove unnecessary value_or() from get() 4 år sedan
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
WeakMapPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) 4 år sedan
WeakRef.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakRef.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakRefConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
WeakRefPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 år sedan
WeakSet.cpp cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakSet.h cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 år sedan
WeakSetConstructor.cpp 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors 4 år sedan
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 år sedan
WeakSetPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 år sedan
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 år sedan