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