Idan Horowitz 2297d0b4bf LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates 3 년 전
..
Intl c7dbe27781 LibJS: Handle the [[LanguageDisplay]] tag when localizing languages 3 년 전
Temporal 64f125fe34 LibJS: Mark CreateTemporalTimeZone("UTC") as infallible 3 년 전
AbstractOperations.cpp da856d7742 LibJS: Update AST to use completions :^) 3 년 전
AbstractOperations.h df931e6a83 LibJS: Implement and use the InitializeBoundName AO 3 년 전
Accessor.h b4208c8ea1 LibJS: Remove unused Accessor::call_{getter,setter}() 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 d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 년 전
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 년 전
ArrayBuffer.cpp 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 년 전
ArrayBuffer.h 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 년 전
ArrayBufferConstructor.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 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 09a11fa6ea LibJS: Implement proper Iterator records 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 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 년 전
ArrayPrototype.h 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 년 전
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
AsyncFromSyncIteratorPrototype.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
AsyncFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 년 전
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 년 전
AsyncFunctionDriverWrapper.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 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 년 전
AsyncGeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 년 전
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions 3 년 전
AsyncGeneratorFunctionPrototype.cpp 0982a73d1d LibJS: Parse async generator functions 3 년 전
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions 3 년 전
AsyncIteratorPrototype.cpp 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 년 전
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype 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 038d354b5d LibJS: Remove Object::value_of() 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 038d354b5d LibJS: Remove Object::value_of() 3 년 전
BooleanPrototype.cpp 038d354b5d LibJS: Remove Object::value_of() 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 71f7e67a20 LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options 3 년 전
Completion.cpp 1c05d39abc LibJS: Also throw exception when returning throw completion from await 3 년 전
Completion.h bfa42cbe4f LibJS: Remove the now retired TRY_OR_DISCARD() macro :^) 3 년 전
ConsoleObject.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 년 전
ConsoleObject.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 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 efda1724e8 LibJS: Protect [TimeValue]FromTime from non-finite times 3 년 전
Date.h 11d7c7ebbd LibJS: Move time conversion constants to the Date header 3 년 전
DateConstructor.cpp d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance 3 년 전
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 년 전
DatePrototype.cpp c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 년 전
DatePrototype.h c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 년 전
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 년 전
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 년 전
ECMAScriptFunctionObject.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
ECMAScriptFunctionObject.h 13fe4e8c64 LibJS: Allow passing prototype to ECMAScriptFunctionObject::create() 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 4fe47ed86e LibJS: Update spec link for InstallErrorCause AO 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 b9093dd0ab LibJS: Don't validate time zone name when parsing Instant string 3 년 전
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 년 전
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 년 전
ExecutionContext.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 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 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
FunctionConstructor.h e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 년 전
FunctionEnvironment.cpp 451149df0b LibJS: Ensure get_new_target() never returns an empty value 3 년 전
FunctionEnvironment.h 3626a7fd6d LibJS: Remove unused FunctionEnvironment this value getter/setter 3 년 전
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 년 전
FunctionObject.cpp 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 년 전
FunctionObject.h 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 년 전
FunctionPrototype.cpp 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 년 전
FunctionPrototype.h 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 년 전
GeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 년 전
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
GeneratorFunctionPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 년 전
GeneratorObject.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
GeneratorObject.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 년 전
GeneratorPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
GeneratorPrototype.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
GlobalEnvironment.cpp 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 년 전
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 년 전
GlobalObject.cpp 2297d0b4bf LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates 3 년 전
GlobalObject.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 년 전
IndexedProperties.cpp 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 년 전
IndexedProperties.h 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 년 전
Iterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
IteratorOperations.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
IteratorOperations.h 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
IteratorPrototype.cpp e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 년 전
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 년 전
JSONObject.cpp 038d354b5d LibJS: Remove Object::value_of() 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 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 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 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 년 전
MarkedValueList.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 년 전
MathObject.cpp 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 년 전
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 년 전
NativeFunction.cpp 57de5056b6 LibJS: Convert push_execution_context() 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 038d354b5d LibJS: Remove Object::value_of() 3 년 전
NumberPrototype.cpp 534b2be16f LibJS: Implement Number.prototype.toExponential 3 년 전
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 년 전
Object.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 년 전
Object.h 038d354b5d LibJS: Remove Object::value_of() 3 년 전
ObjectConstructor.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() 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 4 년 전
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 년 전
PrivateEnvironment.h f25899ca34 LibJS: Mark entire private environment chains during GC 3 년 전
Promise.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 년 전
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 년 전
PromiseConstructor.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 년 전
PromiseJobs.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 년 전
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
PromisePrototype.cpp 194d90dc72 LibJS: Don't coerce this value to object in Promise.prototype.finally() 3 년 전
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 년 전
PromiseReaction.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 년 전
PromiseReaction.h 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 년 전
PromiseResolvingElementFunctions.cpp 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 년 전
PromiseResolvingElementFunctions.h 245d486ba4 LibJS: Convert PromiseResolvingElementFunction 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 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 년 전
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 년 전
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 년 전
PropertyKey.h 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 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 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 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 10ec98dd38 Everywhere: Fix spelling mistakes 3 년 전
RegExpPrototype.h 968f6e2432 LibJS: Define RegExp.prototype methods in spec order 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 4 년 전
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 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 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 da856d7742 LibJS: Update AST to use completions :^) 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 a20b189eab LibJS: Fix incorrectly formatted section comments 3 년 전
StringObject.h 038d354b5d LibJS: Remove Object::value_of() 3 년 전
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 년 전
StringPrototype.cpp db869a0402 LibJS: Add an else in StringPrototype::substr 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 038d354b5d LibJS: Remove Object::value_of() 3 년 전
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 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 년 전
TypedArray.h 33ed87d642 LibJS: Convert TypedArray create() functions 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 143465b23a LibJS: Propagate errors from TypedArray for_each_item{,_from_last} calls 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 09a11fa6ea LibJS: Implement proper Iterator records 3 년 전
VM.h a5b11f7484 LibJS: Fix that '_' no longer accessed the last value in the REPL 3 년 전
Value.cpp d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 년 전
Value.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 년 전
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 년 전
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 년 전
WeakMap.cpp c7ac0c2c80 LibJS: Use HashMap::remove_all_matching() in WeakMap 3 년 전
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakMapConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 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 e08d325124 LibJS: Use HashTable::remove_all_matching() in WeakSet :^) 3 년 전
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakSetConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 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 년 전