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