Timothy Flynn 70080feab2 AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings 4 роки тому
..
Temporal f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 4 роки тому
AbstractOperations.cpp 53166c10ca LibJS: Remove unused header includes 4 роки тому
AbstractOperations.h 5a8f870594 LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 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 f4ea6b1824 LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
ArrayPrototype.h 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 роки тому
AtomicsObject.cpp 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 роки тому
AtomicsObject.h 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 роки тому
BigInt.cpp f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 4 роки тому
BigInt.h f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 a06bd451d4 LibJS: Implement Temporal.Now.zonedDateTimeISO() 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 роки тому
DataViewPrototype.h d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 роки тому
Date.cpp 53166c10ca LibJS: Remove unused header includes 4 роки тому
Date.h 5512ff79f0 LibJS: Implement a bunch of time value related Date AOs 4 роки тому
DateConstructor.cpp a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 4 роки тому
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 роки тому
DatePrototype.cpp f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 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 010761aff4 LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 53166c10ca LibJS: Remove unused header includes 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 804d592303 LibJS: Add missing has_constructor override to Generator Functions 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
GlobalEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 роки тому
GlobalObject.cpp cfb77b66e5 LibJS: Start implementing Temporal.ZonedDateTime 4 роки тому
GlobalObject.h c303bbde54 LibJS: Implement Temporal.Now.plainDate() 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 роки тому
MapIteratorPrototype.h 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 роки тому
MapPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 3fe1be20b7 LibJS: Use IntrusiveList for keeping track of MarkedValueLists 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 ed46d52252 Everywhere: Use AK/Math.h if applicable 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 роки тому
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 роки тому
Object.cpp 53166c10ca LibJS: Remove unused header includes 4 роки тому
Object.h 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
ObjectConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
ObjectConstructor.h 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() 4 роки тому
ObjectEnvironment.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 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 97bd13264a Everywhere: Make use of container version of all_of 4 роки тому
OrdinaryFunctionObject.h 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject 4 роки тому
PrimitiveString.cpp b6ff7f4fcc LibJS: Allow PrimitiveString to be created with a UTF-16 string 4 роки тому
PrimitiveString.h b6ff7f4fcc LibJS: Allow PrimitiveString to be created with a UTF-16 string 4 роки тому
Promise.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 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 53166c10ca LibJS: Remove unused header includes 4 роки тому
RegExpObject.h f1dd770a8a LibJS: Parse RegExp literals at AST creation time, not execution time 4 роки тому
RegExpPrototype.cpp 8c2b8fd001 LibJS: Remove UTF-8 RegExpExec and AdvanceStringIndex overrides 4 роки тому
RegExpPrototype.h 8c2b8fd001 LibJS: Remove UTF-8 RegExpExec and AdvanceStringIndex overrides 4 роки тому
RegExpStringIterator.cpp 2c023157e9 LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units 4 роки тому
RegExpStringIterator.h 2c023157e9 LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units 4 роки тому
RegExpStringIteratorPrototype.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
RegExpStringIteratorPrototype.h cfddcad7cf LibJS: Implement the RegExpStringIterator object 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 53166c10ca LibJS: Remove unused header includes 4 роки тому
SetIteratorPrototype.h 2a3090d292 LibJS: Add the SetIterator built-in and Set.prototype.{values, entries} 4 роки тому
SetPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 70080feab2 AK+LibJS: Implement String.from{CharCode,CodePoint} using UTF-16 strings 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 роки тому
StringIteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 роки тому
StringObject.cpp 2bba20d123 LibJS: Report string properties using UTF-16 code units 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 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 4 роки тому
StringPrototype.h 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 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 53166c10ca LibJS: Remove unused header includes 4 роки тому
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 роки тому
SymbolPrototype.cpp b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
TypedArray.h ba2c3731e9 LibJS: Make ValidateTypeArray abstraction public 4 роки тому
TypedArrayConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method 4 роки тому
TypedArrayPrototype.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 роки тому
TypedArrayPrototype.h a44de7a55f LibJS: Add %TypedArray%.prototype.toLocaleString 4 роки тому
VM.cpp f8a869f2fc LibJS: Fix that non-existent references are unresolvable in strict mode 4 роки тому
VM.h c6e9c6d6ab LibJS: Follow the spec more closely when determining the this value 4 роки тому
Value.cpp 97bd13264a Everywhere: Make use of container version of all_of 4 роки тому
Value.h 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors 4 роки тому
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 роки тому
WeakContainer.h cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users 4 роки тому
WeakSetPrototype.h fb63aeae4d LibJS: Add all of the WeakSet.prototype methods (add, delete, has) 4 роки тому