davidot 1b8ccf9a66 LibJS: Implement Module linking and evaluating 3 年 前
..
Intl 6d3a3f279a LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]] 3 年 前
Temporal 70f49d0696 LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST 3 年 前
AbstractOperations.cpp 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules 3 年 前
AbstractOperations.h df931e6a83 LibJS: Implement and use the InitializeBoundName AO 3 年 前
Accessor.h b4208c8ea1 LibJS: Remove unused Accessor::call_{getter,setter}() 3 年 前
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 年 前
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 年 前
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 年 前
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 年 前
ArgumentsObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年 前
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年 前
Array.cpp d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 年 前
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年 前
ArrayBuffer.cpp 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 年 前
ArrayBuffer.h 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value 3 年 前
ArrayBufferConstructor.cpp 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 年 前
ArrayBufferConstructor.h ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 年 前
ArrayBufferPrototype.cpp 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 年 前
ArrayBufferPrototype.h 720bb21ee2 LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOr 3 年 前
ArrayConstructor.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 年 前
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
ArrayIteratorPrototype.cpp 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 年 前
ArrayIteratorPrototype.h 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 年 前
ArrayPrototype.cpp 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 年 前
ArrayPrototype.h 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 年 前
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
AsyncFromSyncIteratorPrototype.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
AsyncFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 年 前
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 年 前
AsyncFunctionDriverWrapper.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 年 前
AsyncFunctionDriverWrapper.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 年 前
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 年 前
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 年 前
AsyncGeneratorFunctionConstructor.cpp 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 71f7e67a20 LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options 3 年 前
Completion.cpp 1c05d39abc LibJS: Also throw exception when returning throw completion from await 3 年 前
Completion.h bfa42cbe4f LibJS: Remove the now retired TRY_OR_DISCARD() macro :^) 3 年 前
ConsoleObject.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 年 前
ConsoleObject.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 年 前
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 年 前
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
DataViewPrototype.cpp 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 年 前
DataViewPrototype.h 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 年 前
Date.cpp 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 4400150cd2 LibJS+LibUnicode: Return the appropriate time zone name depending on DST 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 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 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 1b8ccf9a66 LibJS: Implement Module linking and evaluating 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 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 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 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 年 前
FunctionObject.h 62356cff40 LibJS: Convert FunctionObject::bind() to ThrowCompletionOr 3 年 前
FunctionPrototype.cpp 7d521b7c7c LibJS: Implement Function.prototype.toString() according to the spec 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 b2c6206adb LibJS: Add missing definition of AsyncFunction.prototype.constructor 3 年 前
GlobalObject.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 年 前
IndexedProperties.cpp 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 年 前
IndexedProperties.h 0e363e92ef LibJS: Remove unused IndexedProperties::take_{first,last}() 3 年 前
Iterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
IteratorOperations.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
IteratorOperations.h 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
IteratorPrototype.cpp e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 年 前
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 年 前
JSONObject.cpp 038d354b5d LibJS: Remove Object::value_of() 3 年 前
JSONObject.h e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 年 前
JobCallback.h cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 年 前
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 年 前
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 年 前
MapConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年 前
MapConstructor.h 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 年 前
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
MapIteratorPrototype.cpp f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 年 前
MapIteratorPrototype.h f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 年 前
MapPrototype.cpp dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 年 前
MapPrototype.h dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 年 前
MarkedValueList.cpp 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 年 前
MarkedValueList.h 4a14455dff LibJS: Make MarkedValueList copyable and move assignable 3 年 前
MathObject.cpp 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions 3 年 前
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 年 前
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 534b2be16f LibJS: Implement Number.prototype.toExponential 3 年 前
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 年 前
Object.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 年 前
Object.h 038d354b5d LibJS: Remove Object::value_of() 3 年 前
ObjectConstructor.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 年 前
ObjectConstructor.h d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 年 前
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 年 前
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 年 前
ObjectPrototype.cpp 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 年 前
ObjectPrototype.h 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 年 前
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 年 前
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 4 年 前
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 年 前
PrivateEnvironment.h f25899ca34 LibJS: Mark entire private environment chains during GC 3 年 前
Promise.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 年 前
Promise.h 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 年 前
PromiseConstructor.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 年 前
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 年 前
PromiseJobs.cpp 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 年 前
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
PromisePrototype.cpp 194d90dc72 LibJS: Don't coerce this value to object in Promise.prototype.finally() 3 年 前
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 年 前
PromiseReaction.cpp 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 年 前
PromiseReaction.h 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 年 前
PromiseResolvingElementFunctions.cpp 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 年 前
PromiseResolvingElementFunctions.h 245d486ba4 LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr 3 年 前
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
PropertyAttributes.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 年 前
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
PropertyKey.h 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 年 前
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 年 前
ProxyConstructor.cpp 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 年 前
ProxyConstructor.h 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 年 前
ProxyObject.cpp 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr 3 年 前
ProxyObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年 前
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 年 前
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 年 前
Reference.cpp 1aaaf521b8 LibJS: Convert the PutValue AO to ThrowCompletionOr 3 年 前
Reference.h 853fab352d LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr 3 年 前
ReflectObject.cpp b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 年 前
ReflectObject.h b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 年 前
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 年 前
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 年 前
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 年 前
RegExpObject.h 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 年 前
RegExpPrototype.cpp 10ec98dd38 Everywhere: Fix spelling mistakes 3 年 前
RegExpPrototype.h 968f6e2432 LibJS: Define RegExp.prototype methods in spec order 3 年 前
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 年 前
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 4 年 前
RegExpStringIteratorPrototype.cpp 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 年 前
RegExpStringIteratorPrototype.h 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 年 前
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 年 前
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 年 前
SetConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年 前
SetConstructor.h c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 年 前
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年 前
SetIteratorPrototype.cpp 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 年 前
SetIteratorPrototype.h 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 年 前
SetPrototype.cpp d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 年 前
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 年 前
ShadowRealm.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 年 前
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 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 877ae85017 LibJS+LibUnicode: Make static const Utf8View variables constexpr 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 f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 年 前
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 年 前
TypedArrayPrototype.cpp 29cb7316d0 LibJS: Implement ECMA-402 compliant TypedArray.prototype.toLocaleString 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 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 年 前
VM.h be9d478d92 LibJS: Add host layering point related to modules to VM 3 年 前
Value.cpp 945d962322 LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS 3 年 前
Value.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 年 前
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 年 前
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 年 前
WeakMap.cpp c7ac0c2c80 LibJS: Use HashMap::remove_all_matching() in WeakMap 3 年 前
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 年 前
WeakMapConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年 前
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
WeakMapPrototype.cpp 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 年 前
WeakMapPrototype.h 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 年 前
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 年 前
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 年 前
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
WeakRefPrototype.cpp c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 年 前
WeakRefPrototype.h c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 年 前
WeakSet.cpp e08d325124 LibJS: Use HashTable::remove_all_matching() in WeakSet :^) 3 年 前
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 年 前
WeakSetConstructor.cpp 95acb1ce88 LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpers 3 年 前
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年 前
WeakSetPrototype.cpp 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 年 前
WeakSetPrototype.h 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 年 前
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 年 前
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 年 前