Timothy Flynn 17306078b5 LibJS: Implement Intl.Collator.supportedLocalesOf 3 سال پیش
..
Intl 17306078b5 LibJS: Implement Intl.Collator.supportedLocalesOf 3 سال پیش
Temporal 59ca435172 LibJS: Use new construct AO overload where easily applicable 3 سال پیش
AbstractOperations.cpp 67e02f6ca6 LibJS: Add templated overloads for the construct AO to create its MVL 3 سال پیش
AbstractOperations.h 67e02f6ca6 LibJS: Add templated overloads for the construct AO to create its MVL 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 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 سال پیش
ArrayBuffer.h 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 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 59ca435172 LibJS: Use new construct AO overload where easily applicable 3 سال پیش
ArrayBufferPrototype.h 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 سال پیش
ArrayConstructor.cpp 59ca435172 LibJS: Use new construct AO overload where easily applicable 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 59ca435172 LibJS: Use new construct AO overload where easily applicable 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype 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 06a6100b12 LibJS: Implement the Intl.Collator constructor 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 70f49d0696 LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST 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 59ca435172 LibJS: Use new construct AO overload where easily applicable 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
ECMAScriptFunctionObject.h 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 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 9c5d7e515c LibJS: Implement Intl.RelativeTimeFormat.prototype.format 3 سال پیش
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 سال پیش
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 سال پیش
ExecutionContext.h 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 سال پیش
FinalizationRegistry.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() 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 886d6c62f9 LibJS: Implement the SetFunctionLength AO 3 سال پیش
FunctionObject.h 886d6c62f9 LibJS: Implement the SetFunctionLength AO 3 سال پیش
FunctionPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 4a3e142d55 LibJS: Implement a nearly empty Intl.Collator object 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 سال پیش
ModuleEnvironment.cpp 0cdbc03de0 LibJS: Add ModuleEnvironment 3 سال پیش
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment 3 سال پیش
ModuleNamespaceObject.cpp 1b8ccf9a66 LibJS: Implement Module linking and evaluating 3 سال پیش
ModuleNamespaceObject.h 55366703d0 LibJS: Add Module Namespace Exotic Object 3 سال پیش
NativeFunction.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 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 59ca435172 LibJS: Use new construct AO overload where easily applicable 3 سال پیش
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 سال پیش
Object.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 سال پیش
PromiseConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 سال پیش
PromiseJobs.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 سال پیش
PromisePrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 سال پیش
PromiseReaction.cpp 59ca435172 LibJS: Use new construct AO overload where easily applicable 3 سال پیش
PromiseReaction.h 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
PromiseResolvingElementFunctions.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 59ca435172 LibJS: Use new construct AO overload where easily applicable 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 سال پیش
ShadowRealm.cpp 73a43e7cba LibJS: Update ShadowRealm AO parameter declaration notations 3 سال پیش
ShadowRealm.h e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 سال پیش
ShadowRealmConstructor.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
StringPrototype.h d5507191a9 LibJS: Implement the TrimString Abstract Operation 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 سال پیش
TypedArrayPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 61cf1c066e LibJS: Remove VM::call() 3 سال پیش
VM.h 61cf1c066e LibJS: Remove VM::call() 3 سال پیش
Value.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 سال پیش
Value.h 236025df19 LibJS: Prevent implicit pointer-to-bool conversion in Value constructor 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 1ef633472b Everywhere: Convert VM::call() to JS::call() 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 e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 سال پیش
WrappedFunction.h e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 سال پیش