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