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