Linus Groh 73a43e7cba LibJS: Update ShadowRealm AO parameter declaration notations 3 years ago
..
Intl 6d3a3f279a LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]] 3 years ago
Temporal ace36681ff LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor 3 years ago
AbstractOperations.cpp d436746c95 LibJS: Add some overloads for JS::call() and JS::call_impl() 3 years ago
AbstractOperations.h d436746c95 LibJS: Add some overloads for JS::call() and JS::call_impl() 3 years ago
Accessor.h b4208c8ea1 LibJS: Remove unused Accessor::call_{getter,setter}() 3 years ago
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 years ago
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 years ago
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 years ago
ArgumentsObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
Array.cpp d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 years ago
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
ArrayBuffer.cpp 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 years ago
ArrayBuffer.h 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 years ago
ArrayBufferConstructor.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 years ago
ArrayBufferConstructor.h ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 years ago
ArrayBufferPrototype.cpp 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 years ago
ArrayBufferPrototype.h 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 years ago
ArrayConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 years ago
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
ArrayIteratorPrototype.cpp 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 years ago
ArrayIteratorPrototype.h 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 years ago
ArrayPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
ArrayPrototype.h 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 years ago
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
AsyncFromSyncIteratorPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
AsyncFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 years ago
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 years ago
AsyncFunctionDriverWrapper.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 years ago
AsyncFunctionDriverWrapper.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 years ago
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 years ago
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 years ago
AsyncGeneratorFunctionConstructor.cpp 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype 3 years ago
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions 3 years ago
AsyncGeneratorFunctionPrototype.cpp 0982a73d1d LibJS: Parse async generator functions 3 years ago
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions 3 years ago
AsyncIteratorPrototype.cpp 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 years ago
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 years ago
AtomicsObject.cpp 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 years ago
AtomicsObject.h 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 years ago
BigInt.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 years ago
BigInt.h 82792a6815 LibJS: Mark single argument BigInt() constructor as 'explicit' 3 years ago
BigIntConstructor.cpp 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 years ago
BigIntConstructor.h 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 years ago
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
BigIntObject.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
BigIntPrototype.cpp 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 years ago
BigIntPrototype.h 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 years ago
BooleanConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
BooleanConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BooleanObject.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
BooleanPrototype.cpp 038d354b5d LibJS: Remove Object::value_of() 3 years ago
BooleanPrototype.h 08fb31087b LibJS: Convert BooleanPrototype functions to ThrowCompletionOr 3 years ago
BoundFunction.cpp fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 years ago
BoundFunction.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 years ago
CommonPropertyNames.h 71f7e67a20 LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options 3 years ago
Completion.cpp 1c05d39abc LibJS: Also throw exception when returning throw completion from await 3 years ago
Completion.h bfa42cbe4f LibJS: Remove the now retired TRY_OR_DISCARD() macro :^) 3 years ago
ConsoleObject.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 years ago
ConsoleObject.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 years ago
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
DataViewPrototype.cpp 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 years ago
DataViewPrototype.h 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 years ago
Date.cpp 70f49d0696 LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST 3 years ago
Date.h 11d7c7ebbd LibJS: Move time conversion constants to the Date header 3 years ago
DateConstructor.cpp d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance 3 years ago
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 years ago
DatePrototype.cpp 4400150cd2 LibJS+LibUnicode: Return the appropriate time zone name depending on DST 3 years ago
DatePrototype.h c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 years ago
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 years ago
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 years ago
ECMAScriptFunctionObject.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
ECMAScriptFunctionObject.h 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 years ago
Environment.cpp 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 years ago
Environment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 years ago
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 years ago
Error.cpp 4fe47ed86e LibJS: Update spec link for InstallErrorCause AO 3 years ago
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr 3 years ago
ErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
ErrorPrototype.cpp 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 years ago
ErrorPrototype.h 47f762ab42 LibJS: Convert ErrorPrototype functions to ThrowCompletionOr 3 years ago
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
ErrorTypes.h e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 years ago
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 years ago
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 years ago
ExecutionContext.h 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 years ago
FinalizationRegistry.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 years ago
FinalizationRegistryConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
FinalizationRegistryPrototype.cpp 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 years ago
FinalizationRegistryPrototype.h 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 years ago
FunctionConstructor.cpp 1ee7e97e24 LibJS: Pass source text to ECMAScriptFunctionObject::create() 3 years ago
FunctionConstructor.h e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 years ago
FunctionEnvironment.cpp 451149df0b LibJS: Ensure get_new_target() never returns an empty value 3 years ago
FunctionEnvironment.h 3626a7fd6d LibJS: Remove unused FunctionEnvironment this value getter/setter 3 years ago
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 years ago
FunctionObject.cpp 886d6c62f9 LibJS: Implement the SetFunctionLength AO 3 years ago
FunctionObject.h 886d6c62f9 LibJS: Implement the SetFunctionLength AO 3 years ago
FunctionPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
FunctionPrototype.h 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 years ago
GeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 years ago
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
GeneratorFunctionPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 years ago
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
GeneratorObject.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 years ago
GeneratorObject.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 years ago
GeneratorPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 years ago
GeneratorPrototype.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 years ago
GlobalEnvironment.cpp 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 years ago
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 years ago
GlobalObject.cpp b2c6206adb LibJS: Add missing definition of AsyncFunction.prototype.constructor 3 years ago
GlobalObject.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 years ago
IndexedProperties.cpp 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 years ago
IndexedProperties.h 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 years ago
Iterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
IteratorOperations.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
IteratorOperations.h 09a11fa6ea LibJS: Implement proper Iterator records 3 years ago
IteratorPrototype.cpp e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 years ago
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 years ago
JSONObject.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
JSONObject.h e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 years ago
JobCallback.h cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 years ago
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 years ago
MapConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
MapConstructor.h 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 years ago
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
MapIteratorPrototype.cpp f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 years ago
MapIteratorPrototype.h f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 years ago
MapPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
MapPrototype.h dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 years ago
MarkedValueList.cpp 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 years ago
MarkedValueList.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 years ago
MathObject.cpp 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 years ago
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 years ago
ModuleEnvironment.cpp 0cdbc03de0 LibJS: Add ModuleEnvironment 3 years ago
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment 3 years ago
ModuleNamespaceObject.cpp 1b8ccf9a66 LibJS: Implement Module linking and evaluating 3 years ago
ModuleNamespaceObject.h 55366703d0 LibJS: Add Module Namespace Exotic Object 3 years ago
NativeFunction.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 years ago
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
NumberConstructor.cpp 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 years ago
NumberConstructor.h 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 years ago
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
NumberObject.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
NumberPrototype.cpp 534b2be16f LibJS: Implement Number.prototype.toExponential 3 years ago
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 years ago
Object.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
Object.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
ObjectConstructor.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 years ago
ObjectConstructor.h d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 years ago
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 years ago
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 years ago
ObjectPrototype.cpp 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 years ago
ObjectPrototype.h 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 years ago
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 years ago
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 3 years ago
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 years ago
PrivateEnvironment.h f25899ca34 LibJS: Mark entire private environment chains during GC 3 years ago
Promise.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 years ago
PromiseConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 years ago
PromiseJobs.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
PromisePrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 years ago
PromiseReaction.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 years ago
PromiseReaction.h 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
PromiseResolvingElementFunctions.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
PromiseResolvingElementFunctions.h 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 years ago
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
PropertyAttributes.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 years ago
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
PropertyKey.h 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 years ago
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 years ago
ProxyConstructor.cpp 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 years ago
ProxyConstructor.h 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 years ago
ProxyObject.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
ProxyObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 years ago
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 years ago
Reference.cpp 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 years ago
Reference.h 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 years ago
ReflectObject.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
ReflectObject.h b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 years ago
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 years ago
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 years ago
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 years ago
RegExpObject.h 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 years ago
RegExpPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
RegExpPrototype.h 968f6e2432 LibJS: Define RegExp.prototype methods in spec order 3 years ago
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 3 years ago
RegExpStringIteratorPrototype.cpp 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 years ago
RegExpStringIteratorPrototype.h 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 years ago
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 years ago
SetConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
SetConstructor.h c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 years ago
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
SetIteratorPrototype.cpp 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 years ago
SetIteratorPrototype.h 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 years ago
SetPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 years ago
ShadowRealm.cpp 73a43e7cba LibJS: Update ShadowRealm AO parameter declaration notations 3 years ago
ShadowRealm.h e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 years ago
ShadowRealmConstructor.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 years ago
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
ShadowRealmPrototype.cpp 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 years ago
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 years ago
Shape.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
Shape.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
StringConstructor.cpp 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 years ago
StringConstructor.h 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 years ago
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
StringIteratorPrototype.cpp 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 years ago
StringIteratorPrototype.h 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 years ago
StringObject.cpp a20b189eab LibJS: Fix incorrectly formatted section comments 3 years ago
StringObject.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 years ago
StringPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
StringPrototype.h d5507191a9 LibJS: Implement the TrimString Abstract Operation 3 years ago
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 years ago
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 years ago
SymbolConstructor.cpp 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 years ago
SymbolConstructor.h 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 years ago
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
SymbolObject.h 038d354b5d LibJS: Remove Object::value_of() 3 years ago
SymbolPrototype.cpp 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 years ago
SymbolPrototype.h 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 years ago
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 years ago
TypedArray.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 years ago
TypedArray.h 33ed87d642 LibJS: Convert TypedArray create() functions to ThrowCompletionOr 3 years ago
TypedArrayConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 years ago
TypedArrayPrototype.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 years ago
Utf16String.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Utf16String.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
VM.cpp 61cf1c066e LibJS: Remove VM::call() 3 years ago
VM.h 61cf1c066e LibJS: Remove VM::call() 3 years ago
Value.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
Value.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 years ago
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 years ago
WeakMap.cpp c7ac0c2c80 LibJS: Use HashMap::remove_all_matching() in WeakMap 3 years ago
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 years ago
WeakMapConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
WeakMapPrototype.cpp 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 years ago
WeakMapPrototype.h 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 years ago
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 years ago
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 years ago
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
WeakRefPrototype.cpp c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 years ago
WeakRefPrototype.h c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 years ago
WeakSet.cpp e08d325124 LibJS: Use HashTable::remove_all_matching() in WeakSet :^) 3 years ago
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 years ago
WeakSetConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
WeakSetPrototype.cpp 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 years ago
WeakSetPrototype.h 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 years ago
WrappedFunction.cpp e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 years ago
WrappedFunction.h e20efaa083 LibJS: Let WrappedFunction inherit target name and length 3 years ago