Andreas Kling 0eeb7f67a7 LibJS: Don't use m_ prefix for argument name in ScriptFunction 4 роки тому
..
AbstractOperations.cpp 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 роки тому
AbstractOperations.h 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval 4 роки тому
Accessor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 роки тому
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 роки тому
AggregateErrorConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
AggregateErrorConstructor.h cbd7437d40 LibJS: Implement AggregateError 4 роки тому
AggregateErrorPrototype.cpp cbd7437d40 LibJS: Implement AggregateError 4 роки тому
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 роки тому
Array.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
Array.h 1c906b07a4 LibJS: Add length parameter to Array::create() 4 роки тому
ArrayBuffer.cpp f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM 4 роки тому
ArrayBuffer.h 80edf6f5b6 LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric 4 роки тому
ArrayBufferConstructor.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
ArrayBufferConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins 4 роки тому
ArrayBufferPrototype.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
ArrayBufferPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
ArrayConstructor.cpp 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} 4 роки тому
ArrayConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins 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 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
ArrayIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
ArrayPrototype.cpp 9d1fd403af LibJS: Fix small issues in Array.prototype.concat 4 роки тому
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 роки тому
BigInt.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
BigInt.h 6714cf3631 LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ 4 роки тому
BigIntConstructor.cpp 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} 4 роки тому
BigIntConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 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 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
BooleanConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
BooleanConstructor.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 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 aabd82d508 LibJS: Bring function environment records closer to the spec 4 роки тому
BoundFunction.h aabd82d508 LibJS: Bring function environment records closer to the spec 4 роки тому
CommonPropertyNames.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 роки тому
ConsoleObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 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 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
DataViewConstructor.h e4d267d4fb LibJS: Add the DataView built-in object 4 роки тому
DataViewPrototype.cpp d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 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 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
DateConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
DatePrototype.cpp 50f33bb98e LibJS: Add missing exception check in Date.prototype.toJSON 4 роки тому
DatePrototype.h c4530e95f4 LibJS: Add Date.prototype.toJSON() 4 роки тому
DeclarativeEnvironmentRecord.cpp ce2747692d LibJS: Remove unused DeclarativeEnvironmentRecord::type() 4 роки тому
DeclarativeEnvironmentRecord.h ce2747692d LibJS: Remove unused DeclarativeEnvironmentRecord::type() 4 роки тому
EnvironmentRecord.cpp 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell 4 роки тому
EnvironmentRecord.h 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 роки тому
Error.cpp 862ba64037 LibJS: Implement the Error Cause proposal 4 роки тому
Error.h 862ba64037 LibJS: Implement the Error Cause proposal 4 роки тому
ErrorConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
ErrorConstructor.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 роки тому
ErrorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 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 9d49a5478a LibJS: Start implementing spec-compliant variable bindings 4 роки тому
Exception.cpp 8b449214af LibJS: Optimize insertion order in the Exception constructor 4 роки тому
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 роки тому
FinalizationRegistry.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 роки тому
FinalizationRegistry.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 роки тому
FinalizationRegistryConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
FinalizationRegistryConstructor.h de9fa6622a LibJS: Add the FinalizationRegistry built-in object 4 роки тому
FinalizationRegistryPrototype.cpp e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 роки тому
FinalizationRegistryPrototype.h e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 роки тому
Function.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 роки тому
Function.h aabd82d508 LibJS: Bring function environment records closer to the spec 4 роки тому
FunctionConstructor.cpp 7f8245439b LibJS: Add a bunch more missing ECMA-262 section/title/URL comments 4 роки тому
FunctionConstructor.h 9253fa1bad LibJS: Implement GeneratorFunctionConstructor::construct 4 роки тому
FunctionEnvironmentRecord.cpp ce2747692d LibJS: Remove unused DeclarativeEnvironmentRecord::type() 4 роки тому
FunctionEnvironmentRecord.h 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell 4 роки тому
FunctionPrototype.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
GeneratorFunctionConstructor.cpp 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 4 роки тому
GeneratorFunctionConstructor.h 22b17219ff LibJS: Add the remaining generator objects 4 роки тому
GeneratorFunctionPrototype.cpp 22b17219ff LibJS: Add the remaining generator objects 4 роки тому
GeneratorFunctionPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 роки тому
GeneratorObject.cpp 1d20380859 LibJS: Split the per-call-frame environment into lexical and variable 4 роки тому
GeneratorObject.h 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) 4 роки тому
GeneratorObjectPrototype.cpp 22b17219ff LibJS: Add the remaining generator objects 4 роки тому
GeneratorObjectPrototype.h 22b17219ff LibJS: Add the remaining generator objects 4 роки тому
GlobalEnvironmentRecord.cpp 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 роки тому
GlobalEnvironmentRecord.h 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell 4 роки тому
GlobalObject.cpp 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval 4 роки тому
GlobalObject.h 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval 4 роки тому
IndexedProperties.cpp dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 роки тому
IndexedProperties.h dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 роки тому
IteratorOperations.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
IteratorOperations.h 14fff5df06 LibJS: Implement more IteratorOperations and organize file 4 роки тому
IteratorPrototype.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
JSONObject.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
JSONObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
JobCallback.h 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 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 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
MapConstructor.h a96ac8bd56 LibJS: Add the Map built-in object 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 920b4d730e LibJS: Add missing ECMA-262 section/title/URL comments to Map 4 роки тому
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 роки тому
MapPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 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 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} 4 роки тому
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 роки тому
NativeFunction.cpp aabd82d508 LibJS: Bring function environment records closer to the spec 4 роки тому
NativeFunction.h aabd82d508 LibJS: Bring function environment records closer to the spec 4 роки тому
NativeProperty.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 роки тому
NativeProperty.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 роки тому
NumberConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
NumberConstructor.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 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 f102b56345 LibJS: Fix this_value in native setters and getters 4 роки тому
Object.h 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell 4 роки тому
ObjectConstructor.cpp 8a06a93ce2 LibJS: Return non-object argument unaltered from Object.setPrototypeOf() 4 роки тому
ObjectConstructor.h 9a0cbcc3d1 LibJS: Add the Object.fromEntries method 4 роки тому
ObjectEnvironmentRecord.cpp 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 роки тому
ObjectEnvironmentRecord.h 0cd65b55bd LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field 4 роки тому
ObjectPrototype.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
ObjectPrototype.h 1cf5663e38 LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods 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 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
Promise.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
PromiseConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
PromiseConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins 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 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
PromisePrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
PromiseReaction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 роки тому
PromiseReaction.h 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
PromiseResolvingFunction.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 роки тому
PromiseResolvingFunction.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
PropertyAttributes.cpp 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 роки тому
PropertyAttributes.h 733e8472fa LibJS: Make put_own_property_by_index closer to spec 4 роки тому
PropertyName.h f7e2994f35 LibJS: Make string to integer parsing for properties more strict 4 роки тому
ProxyConstructor.cpp d1c109be96 LibJS: Fix .length attributes of various native functions 4 роки тому
ProxyConstructor.h 9b35231453 LibJS: Implement Proxy.revocable() 4 роки тому
ProxyObject.cpp 16b87b85e3 LibJS: Add parameter to delete_property since we need DeleteOrThrow 4 роки тому
ProxyObject.h 16b87b85e3 LibJS: Add parameter to delete_property since we need DeleteOrThrow 4 роки тому
Reference.cpp 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 4 роки тому
Reference.h 8a3c9d9851 LibJS: Remove direct argument loading since it was buggy 4 роки тому
ReflectObject.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 роки тому
RegExpConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
RegExpConstructor.h aefb7995f1 LibJS: Add the Symbol.species getter to the appropriate built-ins 4 роки тому
RegExpObject.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
RegExpObject.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
RegExpPrototype.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
RegExpPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
ScriptFunction.cpp 0eeb7f67a7 LibJS: Don't use m_ prefix for argument name in ScriptFunction 4 роки тому
ScriptFunction.h aabd82d508 LibJS: Bring function environment records closer to the spec 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 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
SetConstructor.h 670be04c81 LibJS: Add the Set built-in object 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 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 роки тому
SetPrototype.cpp b121837898 LibJS: Make Set.prototype.size an accessor 4 роки тому
SetPrototype.h f437793788 LibJS: Stop inheriting from Set in SetPrototype 4 роки тому
Shape.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
Shape.h 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
StringConstructor.cpp 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} 4 роки тому
StringConstructor.h 2299be474b LibJS: Add the String.fromCodePoint() method 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 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 роки тому
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
StringObject.cpp 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts 4 роки тому
StringObject.h 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts 4 роки тому
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 роки тому
StringPrototype.cpp 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
StringPrototype.h 25a292f534 LibJS: Add the String.prototype.search method 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 dac971b4ae LibJS: Store and return undefined Symbol description 4 роки тому
SymbolConstructor.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 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 dac971b4ae LibJS: Store and return undefined Symbol description 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 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
TypedArray.h 105e72cdad LibJS: Add HasProperty to TypedArray 4 роки тому
TypedArrayConstructor.cpp 7f8245439b LibJS: Add a bunch more missing ECMA-262 section/title/URL comments 4 роки тому
TypedArrayConstructor.h cc5c1df64b LibJS: Add the TypedArray.of() method 4 роки тому
TypedArrayPrototype.cpp 2e9f665bda LibJS: Throw on detached viewed ArrayBuffer when validating TypedArrays 4 роки тому
TypedArrayPrototype.h 57db27bcc4 LibJS: Add the TypedArray.prototype.join method 4 роки тому
VM.cpp cf34313fad LibJS: Remove no-longer-needed environment record shape 4 роки тому
VM.h cf34313fad LibJS: Remove no-longer-needed environment record shape 4 роки тому
Value.cpp e9388408db LibJS: Implement support for the [[IsHTMLDDA]] internal slot 4 роки тому
Value.h 55db9539a5 LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there 4 роки тому
WeakContainer.h 7eba63a8a3 LibJS: Add the WeakRef built-in object 4 роки тому
WeakMap.cpp 39554f3787 LibJS: Add the WeakMap built-in object 4 роки тому
WeakMap.h 39554f3787 LibJS: Add the WeakMap built-in object 4 роки тому
WeakMapConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
WeakMapConstructor.h 39554f3787 LibJS: Add the WeakMap built-in object 4 роки тому
WeakMapPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
WeakMapPrototype.h 77c2db4183 LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set) 4 роки тому
WeakRef.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 роки тому
WeakRef.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 роки тому
WeakRefConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
WeakRefConstructor.h 7eba63a8a3 LibJS: Add the WeakRef built-in object 4 роки тому
WeakRefPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
WeakRefPrototype.h b9d4dd6850 LibJS: Add the WeakRef.prototype.deref method 4 роки тому
WeakSet.cpp 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications 4 роки тому
WeakSet.h 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications 4 роки тому
WeakSetConstructor.cpp 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors 4 роки тому
WeakSetConstructor.h 8b6beac5ce LibJS: Add the WeakSet built-in object 4 роки тому
WeakSetPrototype.cpp 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 роки тому
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 роки тому