Linus Groh ad294ff2ee LibJS: Simplify TemporalRelativeToString 3 年之前
..
Intl a20b189eab LibJS: Fix incorrectly formatted section comments 3 年之前
Temporal ad294ff2ee LibJS: Simplify TemporalRelativeToString 3 年之前
AbstractOperations.cpp 57de5056b6 LibJS: Convert push_execution_context() 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 39ab1a8999 LibJS: Implement ECMA-402 Array.prototype.toLocaleString 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 年之前
AsyncGeneratorFunctionConstructor.cpp 0982a73d1d LibJS: Parse async generator functions 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 年之前
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 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 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 6b2e004c28 LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time() 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 0982a73d1d LibJS: Parse async generator functions 3 年之前
ECMAScriptFunctionObject.h 5d0f666f22 LibJS: Don't set a prototype property on 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 7a2eeae8c6 LibJS: Implement Temporal.ZonedDateTime.prototype.until() 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 0982a73d1d LibJS: Parse async generator 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 0982a73d1d LibJS: Parse async generator functions 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 5d0f666f22 LibJS: Don't set a prototype property on async functions 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 0982a73d1d LibJS: Parse async generator functions 3 年之前
GlobalObject.h 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for 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 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 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 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
NumberPrototype.cpp c19c3205ff LibJS: Implement ECMA-402 Number.prototype.toLocaleString 3 年之前
NumberPrototype.h c19c3205ff LibJS: Implement ECMA-402 Number.prototype.toLocaleString 3 年之前
Object.cpp a20b189eab LibJS: Fix incorrectly formatted section comments 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 4 年之前
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 53ec432e8d LibJS: Don't coerce this value to object in Promise.resolve() 3 年之前
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 年之前
PromiseJobs.cpp 878668efc9 LibJS: Call [[Reject]] in PromiseResolveThenableJob after abrupt then() 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 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 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 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 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 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 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 57de5056b6 LibJS: Convert push_execution_context() 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 a20b189eab LibJS: Fix incorrectly formatted section comments 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 33ed87d642 LibJS: Convert TypedArray create() functions to ThrowCompletionOr 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 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 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 年之前
VM.h 57de5056b6 LibJS: Convert push_execution_context() to ThrowCompletionOr 3 年之前
Value.cpp 72cd31d033 LibJS: Tweak Value::to_property_key() fast path for Int32 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 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 年之前