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