Timothy Flynn 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents 3 anni fa
..
Intl 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents 3 anni fa
Temporal a164e6ecbb LibJS: Unbreak to_iso_day_of_week 3 anni fa
AbstractOperations.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
AbstractOperations.h 3d84fb64c3 LibJS: Add a modulo() function to represent the "x modulo y" notation 3 anni fa
Accessor.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 anni fa
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 anni fa
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 anni fa
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 anni fa
ArgumentsObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
Array.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
ArrayBuffer.cpp 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO 3 anni fa
ArrayBuffer.h 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr 3 anni fa
ArrayBufferConstructor.cpp ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 anni fa
ArrayBufferConstructor.h ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 anni fa
ArrayBufferPrototype.cpp 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 anni fa
ArrayBufferPrototype.h 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 anni fa
ArrayConstructor.cpp 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 anni fa
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 anni fa
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
ArrayIteratorPrototype.cpp 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 anni fa
ArrayIteratorPrototype.h 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 anni fa
ArrayPrototype.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
ArrayPrototype.h 0f5cfe975f LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr 3 anni fa
AsyncFunctionConstructor.cpp 681787de76 LibJS: Add support for async functions 3 anni fa
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 anni fa
AsyncFunctionDriverWrapper.cpp 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
AsyncFunctionDriverWrapper.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 anni fa
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 anni fa
AtomicsObject.cpp 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 anni fa
AtomicsObject.h 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 anni fa
BigInt.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 anni fa
BigInt.h 82792a6815 LibJS: Mark single argument BigInt() constructor as 'explicit' 3 anni fa
BigIntConstructor.cpp 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 anni fa
BigIntConstructor.h 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 anni fa
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
BigIntObject.h f6cf44c3db LibJS: Convert this_bigint_value() to ThrowCompletionOr 3 anni fa
BigIntPrototype.cpp 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 anni fa
BigIntPrototype.h 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 anni fa
BooleanConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
BooleanConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
BooleanPrototype.cpp 08fb31087b LibJS: Convert BooleanPrototype functions to ThrowCompletionOr 3 anni fa
BooleanPrototype.h 08fb31087b LibJS: Convert BooleanPrototype functions to ThrowCompletionOr 3 anni fa
BoundFunction.cpp fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 anni fa
BoundFunction.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 anni fa
CommonPropertyNames.h dbe70e7c55 LibJS: Implement Temporal.Duration.prototype.total() 3 anni fa
Completion.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
Completion.h 68ac13a192 LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor 3 anni fa
ConsoleObject.cpp d1d4ee699b LibJS: Convert ConsoleObject functions to ThrowCompletionOr 3 anni fa
ConsoleObject.h d1d4ee699b LibJS: Convert ConsoleObject functions to ThrowCompletionOr 3 anni fa
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
DataViewPrototype.cpp 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 anni fa
DataViewPrototype.h 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 anni fa
Date.cpp 1dc32fed8f LibJS: Adjust approximated result in year_from_time() if necessary 3 anni fa
Date.h 1dc32fed8f LibJS: Adjust approximated result in year_from_time() if necessary 3 anni fa
DateConstructor.cpp ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 anni fa
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 anni fa
DatePrototype.cpp 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 anni fa
DatePrototype.h 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 anni fa
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
ECMAScriptFunctionObject.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
ECMAScriptFunctionObject.h 7cdca08090 LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr 3 anni fa
Environment.cpp 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 anni fa
Environment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 anni fa
Error.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 anni fa
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr 3 anni fa
ErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
ErrorPrototype.cpp 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 anni fa
ErrorPrototype.h 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 anni fa
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 anni fa
ErrorTypes.h f6ab63993a LibJS: Implement Temporal.ZonedDateTime.prototype.round 3 anni fa
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 anni fa
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 anni fa
ExecutionContext.h 681787de76 LibJS: Add support for async functions 3 anni fa
FinalizationRegistry.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
FinalizationRegistryConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
FinalizationRegistryPrototype.cpp 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 anni fa
FinalizationRegistryPrototype.h 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 anni fa
FunctionConstructor.cpp 681787de76 LibJS: Add support for async functions 3 anni fa
FunctionConstructor.h c0bb456fd2 LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr 3 anni fa
FunctionEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 anni fa
FunctionEnvironment.h 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr 3 anni fa
FunctionKind.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
FunctionObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 anni fa
FunctionObject.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 anni fa
FunctionPrototype.cpp 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 anni fa
FunctionPrototype.h 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 anni fa
GeneratorFunctionConstructor.cpp 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 anni fa
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 anni fa
GeneratorObject.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
GeneratorObject.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
GeneratorObjectPrototype.cpp 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 anni fa
GeneratorObjectPrototype.h 658056233e LibJS: Convert GeneratorObjectPrototype functions to ThrowCompletionOr 3 anni fa
GlobalEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 anni fa
GlobalEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
GlobalObject.cpp 681787de76 LibJS: Add support for async functions 3 anni fa
GlobalObject.h 27d84bebd4 LibJS: Remove redundant exception checks from initialize_constructor() 3 anni fa
IndexedProperties.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() 3 anni fa
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 anni fa
IteratorOperations.cpp 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 anni fa
IteratorOperations.h 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 anni fa
IteratorPrototype.cpp e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 anni fa
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 anni fa
JSONObject.cpp e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 anni fa
JSONObject.h e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 anni fa
JobCallback.h cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 anni fa
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 anni fa
MapConstructor.cpp 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 anni fa
MapConstructor.h 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 anni fa
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
MapIteratorPrototype.cpp f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 anni fa
MapIteratorPrototype.h f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 anni fa
MapPrototype.cpp dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 anni fa
MapPrototype.h dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 anni fa
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 anni fa
MathObject.cpp 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 anni fa
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 anni fa
NativeFunction.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
NumberConstructor.cpp 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 anni fa
NumberConstructor.h 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 anni fa
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
NumberPrototype.cpp 7f3fa7d7e0 LibJS: Convert NumberPrototype functions to ThrowCompletionOr 3 anni fa
NumberPrototype.h 7f3fa7d7e0 LibJS: Convert NumberPrototype functions to ThrowCompletionOr 3 anni fa
Object.cpp ba55d77665 LibJS: Remove leftover exception check in OrdinaryHasProperty 3 anni fa
Object.h 2eaed880b1 LibJS: Remove old Native Functions 3 anni fa
ObjectConstructor.cpp d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 anni fa
ObjectConstructor.h d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 anni fa
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 anni fa
ObjectPrototype.cpp 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 anni fa
ObjectPrototype.h 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 anni fa
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 anni fa
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 4 anni fa
PrivateEnvironment.cpp 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 anni fa
PrivateEnvironment.h 5f7d008791 AK+Everywhere: Stop including Vector.h from StringView.h 3 anni fa
Promise.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 anni fa
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 anni fa
PromiseConstructor.cpp 53ec432e8d LibJS: Don't coerce this value to object in Promise.resolve() 3 anni fa
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 anni fa
PromiseJobs.cpp 878668efc9 LibJS: Call [[Reject]] in PromiseResolveThenableJob after abrupt then() 3 anni fa
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
PromisePrototype.cpp 194d90dc72 LibJS: Don't coerce this value to object in Promise.prototype.finally() 3 anni fa
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 anni fa
PromiseReaction.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 anni fa
PromiseReaction.h 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 anni fa
PromiseResolvingElementFunctions.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 anni fa
PromiseResolvingElementFunctions.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
PropertyAttributes.h bf59d9e824 Userland: Include Vector.h in a few places to make HeaderCheck happy 3 anni fa
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 anni fa
PropertyDescriptor.h d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 anni fa
PropertyKey.h 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 anni fa
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 anni fa
ProxyConstructor.cpp 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 anni fa
ProxyConstructor.h 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 anni fa
ProxyObject.cpp 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey 3 anni fa
ProxyObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 anni fa
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 anni fa
Reference.cpp 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 anni fa
Reference.h 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 anni fa
ReflectObject.cpp b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 anni fa
ReflectObject.h b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 anni fa
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 anni fa
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 anni fa
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 anni fa
RegExpObject.h 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 anni fa
RegExpPrototype.cpp 2530b6adf0 LibJS: Create the RegExpExec result's "input" field last 3 anni fa
RegExpPrototype.h 063ce946b7 LibJS: Convert RegExpPrototype functions to ThrowCompletionOr 3 anni fa
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 4 anni fa
RegExpStringIteratorPrototype.cpp 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 anni fa
RegExpStringIteratorPrototype.h 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 anni fa
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 anni fa
SetConstructor.cpp c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 anni fa
SetConstructor.h c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 anni fa
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
SetIteratorPrototype.cpp 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 anni fa
SetIteratorPrototype.h 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 anni fa
SetPrototype.cpp d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 anni fa
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 anni fa
ShadowRealm.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 anni fa
ShadowRealmConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
ShadowRealmPrototype.cpp 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 anni fa
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 anni fa
Shape.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
Shape.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
StringConstructor.cpp 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 anni fa
StringConstructor.h 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 anni fa
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 anni fa
StringIteratorPrototype.cpp 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 anni fa
StringIteratorPrototype.h 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 anni fa
StringObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
StringObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 anni fa
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 anni fa
StringPrototype.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 anni fa
StringPrototype.h 18c2d537c7 LibJS: Convert StringPrototype functions to ThrowCompletionOr 3 anni fa
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
SymbolConstructor.cpp 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 anni fa
SymbolConstructor.h 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 anni fa
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 anni fa
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 anni fa
SymbolPrototype.cpp 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 anni fa
SymbolPrototype.h 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 anni fa
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 anni fa
TypedArray.cpp 33ed87d642 LibJS: Convert TypedArray create() functions to ThrowCompletionOr 3 anni fa
TypedArray.h 33ed87d642 LibJS: Convert TypedArray create() functions to ThrowCompletionOr 3 anni fa
TypedArrayConstructor.cpp f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 anni fa
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 anni fa
TypedArrayPrototype.cpp 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 anni fa
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 anni fa
Utf16String.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 anni fa
Utf16String.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 anni fa
VM.cpp 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
VM.h 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 anni fa
Value.cpp 72cd31d033 LibJS: Tweak Value::to_property_key() fast path for Int32 3 anni fa
Value.h 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey 3 anni fa
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 anni fa
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 anni fa
WeakMap.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakMapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakMapPrototype.cpp 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 anni fa
WeakMapPrototype.h 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 anni fa
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakRefPrototype.cpp c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 anni fa
WeakRefPrototype.h c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 anni fa
WeakSet.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 anni fa
WeakSetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 anni fa
WeakSetPrototype.cpp 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 anni fa
WeakSetPrototype.h 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 anni fa
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 anni fa
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 anni fa