Timothy Flynn 444b2d9ec2 LibJS: Implement UTF-16 surrogate pair concatenation without iteration 3 tahun lalu
..
Intl c7dbe27781 LibJS: Handle the [[LanguageDisplay]] tag when localizing languages 3 tahun lalu
Temporal 64f125fe34 LibJS: Mark CreateTemporalTimeZone("UTC") as infallible 3 tahun lalu
AbstractOperations.cpp da856d7742 LibJS: Update AST to use completions :^) 3 tahun lalu
AbstractOperations.h df931e6a83 LibJS: Implement and use the InitializeBoundName AO 3 tahun lalu
Accessor.h b4208c8ea1 LibJS: Remove unused Accessor::call_{getter,setter}() 3 tahun lalu
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 tahun lalu
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 tahun lalu
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 tahun lalu
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 tahun lalu
ArgumentsObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
Array.cpp d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 tahun lalu
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
ArrayBuffer.cpp 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 tahun lalu
ArrayBuffer.h 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 tahun lalu
ArrayBufferConstructor.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 tahun lalu
ArrayBufferConstructor.h ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 tahun lalu
ArrayBufferPrototype.cpp 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayBufferPrototype.h 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayConstructor.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 tahun lalu
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
ArrayIteratorPrototype.cpp 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayIteratorPrototype.h 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayPrototype.cpp 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 tahun lalu
ArrayPrototype.h 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 tahun lalu
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFromSyncIteratorPrototype.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 tahun lalu
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncFunctionDriverWrapper.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 tahun lalu
AsyncFunctionDriverWrapper.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 tahun lalu
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncGeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 tahun lalu
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncGeneratorFunctionPrototype.cpp 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncIteratorPrototype.cpp 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 tahun lalu
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 tahun lalu
AtomicsObject.cpp 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 tahun lalu
AtomicsObject.h 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 tahun lalu
BigInt.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 tahun lalu
BigInt.h 82792a6815 LibJS: Mark single argument BigInt() constructor as 'explicit' 3 tahun lalu
BigIntConstructor.cpp 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 tahun lalu
BigIntConstructor.h 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 tahun lalu
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
BigIntObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BigIntPrototype.cpp 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 tahun lalu
BigIntPrototype.h 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 tahun lalu
BooleanConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BooleanConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
BooleanObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BooleanPrototype.cpp 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BooleanPrototype.h 08fb31087b LibJS: Convert BooleanPrototype functions to ThrowCompletionOr 3 tahun lalu
BoundFunction.cpp fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 tahun lalu
BoundFunction.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 tahun lalu
CommonPropertyNames.h 71f7e67a20 LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options 3 tahun lalu
Completion.cpp 1c05d39abc LibJS: Also throw exception when returning throw completion from await 3 tahun lalu
Completion.h bfa42cbe4f LibJS: Remove the now retired TRY_OR_DISCARD() macro :^) 3 tahun lalu
ConsoleObject.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 tahun lalu
ConsoleObject.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 tahun lalu
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DataViewPrototype.cpp 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 tahun lalu
DataViewPrototype.h 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 tahun lalu
Date.cpp efda1724e8 LibJS: Protect [TimeValue]FromTime from non-finite times 3 tahun lalu
Date.h 11d7c7ebbd LibJS: Move time conversion constants to the Date header 3 tahun lalu
DateConstructor.cpp d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance 3 tahun lalu
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 tahun lalu
DatePrototype.cpp c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 tahun lalu
DatePrototype.h c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 tahun lalu
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ECMAScriptFunctionObject.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
ECMAScriptFunctionObject.h 13fe4e8c64 LibJS: Allow passing prototype to ECMAScriptFunctionObject::create() 3 tahun lalu
Environment.cpp 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 tahun lalu
Environment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 tahun lalu
Error.cpp 4fe47ed86e LibJS: Update spec link for InstallErrorCause AO 3 tahun lalu
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr 3 tahun lalu
ErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ErrorPrototype.cpp 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 tahun lalu
ErrorPrototype.h 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 tahun lalu
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 tahun lalu
ErrorTypes.h b9093dd0ab LibJS: Don't validate time zone name when parsing Instant string 3 tahun lalu
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 tahun lalu
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 tahun lalu
ExecutionContext.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 tahun lalu
FinalizationRegistry.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
FinalizationRegistryConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryPrototype.cpp 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryPrototype.h 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 tahun lalu
FunctionConstructor.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
FunctionConstructor.h e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 tahun lalu
FunctionEnvironment.cpp 451149df0b LibJS: Ensure get_new_target() never returns an empty value 3 tahun lalu
FunctionEnvironment.h 3626a7fd6d LibJS: Remove unused FunctionEnvironment this value getter/setter 3 tahun lalu
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 tahun lalu
FunctionObject.cpp 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 tahun lalu
FunctionObject.h 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 tahun lalu
FunctionPrototype.cpp 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 tahun lalu
FunctionPrototype.h 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 tahun lalu
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 tahun lalu
GeneratorObject.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GeneratorObject.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 tahun lalu
GeneratorPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GeneratorPrototype.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GlobalEnvironment.cpp 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 tahun lalu
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 tahun lalu
GlobalObject.cpp 27ca7bbbd7 LibJS: Make parseFloat slightly more specification-compliant 3 tahun lalu
GlobalObject.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
IndexedProperties.cpp 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 tahun lalu
IndexedProperties.h 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 tahun lalu
Iterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
IteratorOperations.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
IteratorOperations.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
IteratorPrototype.cpp e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 tahun lalu
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 tahun lalu
JSONObject.cpp 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
JSONObject.h e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 tahun lalu
JobCallback.h cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 tahun lalu
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 tahun lalu
MapConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 tahun lalu
MapConstructor.h 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 tahun lalu
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
MapIteratorPrototype.cpp f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
MapIteratorPrototype.h f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
MapPrototype.cpp dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 tahun lalu
MapPrototype.h dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 tahun lalu
MarkedValueList.cpp 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 tahun lalu
MarkedValueList.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 tahun lalu
MathObject.cpp 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 tahun lalu
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 tahun lalu
NativeFunction.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 tahun lalu
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
NumberConstructor.cpp 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 tahun lalu
NumberConstructor.h 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 tahun lalu
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
NumberObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
NumberPrototype.cpp 534b2be16f LibJS: Implement Number.prototype.toExponential 3 tahun lalu
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 tahun lalu
Object.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 tahun lalu
Object.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
ObjectConstructor.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 tahun lalu
ObjectConstructor.h d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 tahun lalu
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ObjectPrototype.cpp 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 tahun lalu
ObjectPrototype.h 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 tahun lalu
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 tahun lalu
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 4 tahun lalu
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 tahun lalu
PrivateEnvironment.h f25899ca34 LibJS: Mark entire private environment chains during GC 3 tahun lalu
Promise.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 tahun lalu
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 tahun lalu
PromiseConstructor.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 tahun lalu
PromiseJobs.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 tahun lalu
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromisePrototype.cpp 194d90dc72 LibJS: Don't coerce this value to object in Promise.prototype.finally() 3 tahun lalu
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 tahun lalu
PromiseReaction.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 tahun lalu
PromiseReaction.h 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 tahun lalu
PromiseResolvingElementFunctions.cpp 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 tahun lalu
PromiseResolvingElementFunctions.h 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 tahun lalu
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PropertyAttributes.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 tahun lalu
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
PropertyKey.h 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 tahun lalu
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 tahun lalu
ProxyConstructor.cpp 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 tahun lalu
ProxyConstructor.h 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 tahun lalu
ProxyObject.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 tahun lalu
ProxyObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 tahun lalu
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 tahun lalu
Reference.cpp 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 tahun lalu
Reference.h 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 tahun lalu
ReflectObject.cpp b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 tahun lalu
ReflectObject.h b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 tahun lalu
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 tahun lalu
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 tahun lalu
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 tahun lalu
RegExpObject.h 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 tahun lalu
RegExpPrototype.cpp 10ec98dd38 Everywhere: Fix spelling mistakes 3 tahun lalu
RegExpPrototype.h 968f6e2432 LibJS: Define RegExp.prototype methods in spec order 3 tahun lalu
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 4 tahun lalu
RegExpStringIteratorPrototype.cpp 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 tahun lalu
RegExpStringIteratorPrototype.h 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 tahun lalu
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 tahun lalu
SetConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 tahun lalu
SetConstructor.h c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 tahun lalu
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
SetIteratorPrototype.cpp 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
SetIteratorPrototype.h 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
SetPrototype.cpp d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 tahun lalu
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 tahun lalu
ShadowRealm.cpp da856d7742 LibJS: Update AST to use completions :^) 3 tahun lalu
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 tahun lalu
ShadowRealmConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ShadowRealmPrototype.cpp 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 tahun lalu
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 tahun lalu
Shape.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
Shape.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
StringConstructor.cpp 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 tahun lalu
StringConstructor.h 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 tahun lalu
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
StringIteratorPrototype.cpp 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
StringIteratorPrototype.h 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
StringObject.cpp a20b189eab LibJS: Fix incorrectly formatted section comments 3 tahun lalu
StringObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 tahun lalu
StringPrototype.cpp 877ae85017 LibJS+LibUnicode: Make static const Utf8View variables constexpr 3 tahun lalu
StringPrototype.h d5507191a9 LibJS: Implement the TrimString Abstract Operation 3 tahun lalu
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 tahun lalu
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 tahun lalu
SymbolConstructor.cpp 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 tahun lalu
SymbolConstructor.h 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 tahun lalu
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
SymbolObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
SymbolPrototype.cpp 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 tahun lalu
SymbolPrototype.h 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 tahun lalu
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 tahun lalu
TypedArray.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 tahun lalu
TypedArray.h 33ed87d642 LibJS: Convert TypedArray create() functions to ThrowCompletionOr 3 tahun lalu
TypedArrayConstructor.cpp f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 tahun lalu
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 tahun lalu
TypedArrayPrototype.cpp 143465b23a LibJS: Propagate errors from TypedArray for_each_item{,_from_last} calls 3 tahun lalu
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 tahun lalu
Utf16String.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 tahun lalu
Utf16String.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 tahun lalu
VM.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
VM.h a5b11f7484 LibJS: Fix that '_' no longer accessed the last value in the REPL 3 tahun lalu
Value.cpp 444b2d9ec2 LibJS: Implement UTF-16 surrogate pair concatenation without iteration 3 tahun lalu
Value.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 tahun lalu
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 tahun lalu
WeakMap.cpp c7ac0c2c80 LibJS: Use HashMap::remove_all_matching() in WeakMap 3 tahun lalu
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakMapConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 tahun lalu
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakMapPrototype.cpp 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakMapPrototype.h 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakRefPrototype.cpp c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakRefPrototype.h c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakSet.cpp e08d325124 LibJS: Use HashTable::remove_all_matching() in WeakSet :^) 3 tahun lalu
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakSetConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 tahun lalu
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakSetPrototype.cpp 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakSetPrototype.h 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 tahun lalu
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 tahun lalu
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 tahun lalu