Linus Groh cfb77b66e5 LibJS: Start implementing Temporal.ZonedDateTime пре 4 година
..
Temporal cfb77b66e5 LibJS: Start implementing Temporal.ZonedDateTime пре 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 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 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 e511390423 LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor() пре 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 b10657a2b6 LibJS: Remove unused includes out of Cell.h, move to the users пре 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 53166c10ca LibJS: Remove unused header includes пре 4 година
OrdinaryFunctionObject.h 557424a141 LibJS: Remove usage of define_native_property in OrdinaryFunctionObject пре 4 година
PrimitiveString.cpp 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors пре 4 година
PrimitiveString.h 0c42aece36 LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors пре 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 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 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 53166c10ca LibJS: Remove unused header includes пре 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 година