Ali Mohammad Pur d75cf27e02 LibJS: Implement default values for function parameters in BC 3 tahun lalu
..
Intl 96459e4b3a LibJS: Define the Intl.Collator's compare function name to be empty 3 tahun lalu
Temporal 251f5e8885 LibJS: Use CreateTemporalCalendar in GetBuiltinCalendar 3 tahun lalu
AbstractOperations.cpp f37fbcf516 LibJS: Preallocate the list returned from CreateListFromArrayLike 3 tahun lalu
AbstractOperations.h 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 tahun lalu
Accessor.h b4208c8ea1 LibJS: Remove unused Accessor::call_{getter,setter}() 3 tahun lalu
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 tahun lalu
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 tahun lalu
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 tahun lalu
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 tahun lalu
ArgumentsObject.cpp 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 tahun lalu
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 tahun lalu
Array.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
Array.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
ArrayBuffer.cpp b29e19c52a LibJS: Implement and test getters added by resizable ArrayBuffer 3 tahun lalu
ArrayBuffer.h b29e19c52a LibJS: Implement and test getters added by resizable ArrayBuffer 3 tahun lalu
ArrayBufferConstructor.cpp e8416b603f LibJS: Accept ArrayBuffer constructor options argument 3 tahun lalu
ArrayBufferConstructor.h ffa58184d2 LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOr 3 tahun lalu
ArrayBufferPrototype.cpp f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 tahun lalu
ArrayBufferPrototype.h f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 tahun lalu
ArrayConstructor.cpp 59ca435172 LibJS: Use new construct AO overload where easily applicable 3 tahun lalu
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 tahun lalu
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
ArrayIteratorPrototype.cpp 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayIteratorPrototype.h 719d1b48ac LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
ArrayPrototype.cpp 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 tahun lalu
ArrayPrototype.h 0b9ea712be LibJS: Implement Array.prototype.groupByToMap 3 tahun lalu
AsyncFromSyncIterator.cpp 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFromSyncIterator.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFromSyncIteratorPrototype.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 tahun lalu
AsyncFromSyncIteratorPrototype.h 09a11fa6ea LibJS: Implement proper Iterator records 3 tahun lalu
AsyncFunctionConstructor.cpp de238ff351 LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor 3 tahun lalu
AsyncFunctionConstructor.h 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncFunctionDriverWrapper.cpp 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls 3 tahun lalu
AsyncFunctionDriverWrapper.h 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode 3 tahun lalu
AsyncFunctionPrototype.cpp 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncFunctionPrototype.h 681787de76 LibJS: Add support for async functions 3 tahun lalu
AsyncGeneratorFunctionConstructor.cpp 7d0782f308 LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype 3 tahun lalu
AsyncGeneratorFunctionConstructor.h 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncGeneratorFunctionPrototype.cpp 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncGeneratorFunctionPrototype.h 0982a73d1d LibJS: Parse async generator functions 3 tahun lalu
AsyncIteratorPrototype.cpp 232e830a0a LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable 3 tahun lalu
AsyncIteratorPrototype.h 7fd38eac98 LibJS: Add AsyncIteratorPrototype 3 tahun lalu
AtomicsObject.cpp c7a8902746 LibJS: Make TypedArray::element_name return FlyString instead of String 3 tahun lalu
AtomicsObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
BigInt.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 tahun lalu
BigInt.h 82792a6815 LibJS: Mark single argument BigInt() constructor as 'explicit' 3 tahun lalu
BigIntConstructor.cpp cb57475168 LibJS: Implement BigInt.asUintN 3 tahun lalu
BigIntConstructor.h 4128f95903 LibJS: Convert BigIntConstructor functions to ThrowCompletionOr 3 tahun lalu
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
BigIntObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BigIntPrototype.cpp 687276fc38 LibJS: Implement ECMA-402 BigInt.prototype.toLocaleString 3 tahun lalu
BigIntPrototype.h 87ff51fa67 LibJS: Convert BigIntPrototype functions to ThrowCompletionOr 3 tahun lalu
BooleanConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BooleanConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
BooleanObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BooleanPrototype.cpp 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
BooleanPrototype.h 08fb31087b LibJS: Convert BooleanPrototype functions to ThrowCompletionOr 3 tahun lalu
BoundFunction.cpp 898ad7c682 LibJS: Implement Function.prototype.bind() according to the spec :^) 3 tahun lalu
BoundFunction.h 898ad7c682 LibJS: Implement Function.prototype.bind() according to the spec :^) 3 tahun lalu
CanonicalIndex.h 8eb936538f LibJS: Add missing include for 'u32' to CanonicalIndex.h 3 tahun lalu
CommonPropertyNames.h f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 tahun lalu
Completion.cpp 244adb371f LibJS: Spin the event loop until await has completed 3 tahun lalu
Completion.h a78058bc79 LibJS: Do not refer to moved-from completions / values 3 tahun lalu
ConsoleObject.cpp 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 tahun lalu
ConsoleObject.h 1fba221b46 LibJS: Implement console.time/timeLog/timeEnd() methods 3 tahun lalu
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DataViewPrototype.cpp 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 tahun lalu
DataViewPrototype.h 70cbd43718 LibJS: Convert DataViewPrototype functions to ThrowCompletionOr 3 tahun lalu
Date.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
Date.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
DateConstructor.cpp a61424a62b LibJS: Be more lenient when parsing milliseconds for Date 3 tahun lalu
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 tahun lalu
DatePrototype.cpp 30a143c79e LibJS: Explicitly handle invalid Date objects in UTC time setters 3 tahun lalu
DatePrototype.h c74f75b910 LibJS: Implement Date.prototype.setUTCDate 3 tahun lalu
DeclarativeEnvironment.cpp 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment 3 tahun lalu
DeclarativeEnvironment.h 27904b1060 LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment 3 tahun lalu
ECMAScriptFunctionObject.cpp d75cf27e02 LibJS: Implement default values for function parameters in BC 3 tahun lalu
ECMAScriptFunctionObject.h d75cf27e02 LibJS: Implement default values for function parameters in BC 3 tahun lalu
Environment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 tahun lalu
Environment.h fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 tahun lalu
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 tahun lalu
Error.cpp fd0f1d0c1a LibJS: Fix two typos in comments 3 tahun lalu
Error.h e160f508a8 LibJS: Add a traceback to Error 3 tahun lalu
ErrorConstructor.cpp acb91d7869 LibJS: Add spec comments to the NativeError constructor 3 tahun lalu
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ErrorPrototype.cpp 8d784310e0 LibJS: Implement the Error.prototype.stack setter 3 tahun lalu
ErrorPrototype.h 8d784310e0 LibJS: Implement the Error.prototype.stack setter 3 tahun lalu
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 tahun lalu
ErrorTypes.h 54af3a5396 LibJS: Adjust grammar for DateExtendedYear to exclude -000000 3 tahun lalu
ExecutionContext.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
FinalizationRegistry.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
FinalizationRegistry.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 tahun lalu
FinalizationRegistryConstructor.cpp 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 tahun lalu
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryPrototype.cpp fd0f1d0c1a LibJS: Fix two typos in comments 3 tahun lalu
FinalizationRegistryPrototype.h 84681788c4 LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOr 3 tahun lalu
FunctionConstructor.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
FunctionConstructor.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
FunctionEnvironment.cpp 451149df0b LibJS: Ensure get_new_target() never returns an empty value 3 tahun lalu
FunctionEnvironment.h 3626a7fd6d LibJS: Remove unused FunctionEnvironment this value getter/setter 3 tahun lalu
FunctionKind.h 0c73fbbba5 LibJS: Rename FunctionKind::{Regular => Normal} 3 tahun lalu
FunctionObject.cpp e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() 3 tahun lalu
FunctionObject.h 87b9fa2636 LibJS: Add FunctionObject constructor allowing null prototype 3 tahun lalu
FunctionPrototype.cpp e657e88ed6 LibJS: Add [[InitialName]] and use it in Function.prototype.toString() 3 tahun lalu
FunctionPrototype.h 2a0c51149d LibJS: Convert FunctionPrototype functions to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionConstructor.cpp e8519156bc LibJS: Implement create_dynamic_function() according to the spec 3 tahun lalu
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 tahun lalu
GeneratorObject.cpp 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 tahun lalu
GeneratorObject.h 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen 3 tahun lalu
GeneratorPrototype.cpp 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GeneratorPrototype.h 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 tahun lalu
GlobalEnvironment.cpp fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment 3 tahun lalu
GlobalEnvironment.h 87a89e7126 LibJS: Convert create_global_function_binding() to ThrowCompletionOr 3 tahun lalu
GlobalObject.cpp 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly 3 tahun lalu
GlobalObject.h 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly 3 tahun lalu
IndexedProperties.cpp eac3c4c127 LibJS: Use entire array of SimpleIndexedPropertyStorage before growing 3 tahun lalu
IndexedProperties.h 34a4ce7955 LibJS: Stop eagerly creating the backing store for IndexedProperties 3 tahun lalu
Iterator.h 2575184242 LibJS: Add a spec link for Iterator Records 3 tahun lalu
IteratorOperations.cpp 2575184242 LibJS: Add a spec link for Iterator Records 3 tahun lalu
IteratorOperations.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
IteratorPrototype.cpp 232e830a0a LibJS: Mark %{Async,}IteratorPrototype%[@@iterator] as Configurable 3 tahun lalu
IteratorPrototype.h e8f722fb27 LibJS: Convert %IteratorPrototype% to ThrowCompletionOr 3 tahun lalu
JSONObject.cpp dc42ca37bd LibJS: Fix JSON.stringify with stale surrogate codepoints 3 tahun lalu
JSONObject.h e7a134a346 LibJS: Convert JSONObject functions to ThrowCompletionOr 3 tahun lalu
JobCallback.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
Map.cpp 45646eee43 LibJS: Fix Map Iterators when elements are deleted during iteration 3 tahun lalu
Map.h d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 3 tahun lalu
MapConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 tahun lalu
MapConstructor.h 8ff152ec5c LibJS: Convert MapConstructor functions to ThrowCompletionOr 3 tahun lalu
MapIterator.cpp 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 tahun lalu
MapIterator.h 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 tahun lalu
MapIteratorPrototype.cpp 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 tahun lalu
MapIteratorPrototype.h f1e215ea3e LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
MapPrototype.cpp 4a73ec07c5 LibJS: Make Map iterators independent of the underlying hashmap 3 tahun lalu
MapPrototype.h dab0a92c19 LibJS: Convert MapPrototype functions to ThrowCompletionOr 3 tahun lalu
MathObject.cpp c45922c637 LibJS: Unify exponentiation logic for ** operator and Math.pow 3 tahun lalu
MathObject.h 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr 3 tahun lalu
ModuleEnvironment.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h 3 tahun lalu
ModuleEnvironment.h 0cdbc03de0 LibJS: Add ModuleEnvironment 3 tahun lalu
ModuleNamespaceObject.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
ModuleNamespaceObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
NativeFunction.cpp bfedec6a98 LibJS: Keep PrivateEnvironment through NativeFunction calls 3 tahun lalu
NativeFunction.h e4f165d460 LibJS: Add NativeFunction::create() overload for CreateBuiltinFunction 3 tahun lalu
NumberConstructor.cpp 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 tahun lalu
NumberConstructor.h 2c6955462e LibJS: Convert NumberConstructor functions to ThrowCompletionOr 3 tahun lalu
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
NumberObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
NumberPrototype.cpp a9c9c8c076 LibJS: Fix rounding issues in Number.toFixed 3 tahun lalu
NumberPrototype.h 534b2be16f LibJS: Implement Number.prototype.toExponential 3 tahun lalu
Object.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 tahun lalu
Object.h 368af9ad6e LibJS: Add Object constructor allowing null prototype 3 tahun lalu
ObjectConstructor.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
ObjectConstructor.h d1abf3d8ce LibJS: Convert ObjectConstructor to ThrowCompletionOr 3 tahun lalu
ObjectEnvironment.cpp 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls 3 tahun lalu
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ObjectPrototype.cpp 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 tahun lalu
ObjectPrototype.h 2a967fd107 LibJS: Convert Object.prototype to ThrowCompletionOr 3 tahun lalu
PrimitiveString.cpp da374a82bc LibJS: Correct an include in PrimitiveString 3 tahun lalu
PrimitiveString.h 88e7d44cc4 LibJS+LibLine: Run clang-format 3 tahun lalu
PrivateEnvironment.cpp f25899ca34 LibJS: Mark entire private environment chains during GC 3 tahun lalu
PrivateEnvironment.h f25899ca34 LibJS: Mark entire private environment chains during GC 3 tahun lalu
Promise.cpp 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 tahun lalu
Promise.h f71f404e0c LibWeb: Introduce the Environment Settings Object 3 tahun lalu
PromiseConstructor.cpp 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 tahun lalu
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 tahun lalu
PromiseJobs.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
PromiseJobs.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 tahun lalu
PromisePrototype.cpp 7feeb2df0d LibJS: Capture values as handles in Promise.prototype.finally callbacks 3 tahun lalu
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 tahun lalu
PromiseReaction.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 tahun lalu
PromiseReaction.h 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 tahun lalu
PromiseResolvingElementFunctions.cpp d46be7e7f2 LibJS: Visit internal values in PromiseValueList 3 tahun lalu
PromiseResolvingElementFunctions.h d46be7e7f2 LibJS: Visit internal values in PromiseValueList 3 tahun lalu
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PropertyAttributes.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 tahun lalu
PropertyDescriptor.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 tahun lalu
PropertyKey.h 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 tahun lalu
PrototypeObject.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
ProxyConstructor.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 tahun lalu
ProxyConstructor.h 7b5ccbc5ed LibJS: Convert ProxyConstructor functions to ThrowCompletionOr 3 tahun lalu
ProxyObject.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
ProxyObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
Realm.cpp aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h 3 tahun lalu
Realm.h aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h 3 tahun lalu
Reference.cpp b126a8b697 LibJS: Correct receiver value in GetValue's [[Get]] call 3 tahun lalu
Reference.h f71f404e0c LibWeb: Introduce the Environment Settings Object 3 tahun lalu
ReflectObject.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 tahun lalu
ReflectObject.h b184e872e4 LibJS: Convert ReflectObject functions to ThrowCompletionOr 3 tahun lalu
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 tahun lalu
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 tahun lalu
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 tahun lalu
RegExpObject.h 2b028f6faa LibRegex+LibJS: Avoid searching for more than one match in JS RegExps 3 tahun lalu
RegExpPrototype.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
RegExpPrototype.h 968f6e2432 LibJS: Define RegExp.prototype methods in spec order 3 tahun lalu
RegExpStringIterator.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
RegExpStringIterator.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
RegExpStringIteratorPrototype.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
RegExpStringIteratorPrototype.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
Set.cpp 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
Set.h 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
SetConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 tahun lalu
SetConstructor.h c2e0753d8a LibJS: Convert SetConstructor functions to ThrowCompletionOr 3 tahun lalu
SetIterator.cpp 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
SetIterator.h 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
SetIteratorPrototype.cpp 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
SetIteratorPrototype.h 6b954b9e76 LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
SetPrototype.cpp 3bfcd7b52d LibJS: Implement Sets using Maps 3 tahun lalu
SetPrototype.h d46d8c9016 LibJS: Convert SetPrototype functions to ThrowCompletionOr 3 tahun lalu
ShadowRealm.cpp 47cdd90836 LibJS: Use new NativeFunction::create() in most places 3 tahun lalu
ShadowRealm.h c08a52dd97 LibJS: Remove the name prefix for wrapped functions 3 tahun lalu
ShadowRealmConstructor.cpp 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere 3 tahun lalu
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ShadowRealmPrototype.cpp 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 tahun lalu
ShadowRealmPrototype.h 040e29c7b9 LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOr 3 tahun lalu
Shape.cpp 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 tahun lalu
Shape.h 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 tahun lalu
StringConstructor.cpp 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 tahun lalu
StringConstructor.h 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 tahun lalu
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
StringIteratorPrototype.cpp 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
StringIteratorPrototype.h 4c3ea0bb91 LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOr 3 tahun lalu
StringObject.cpp 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 tahun lalu
StringObject.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 tahun lalu
StringPrototype.cpp 7ae2debf6e LibJS: Re-implement String.localeCompare using the StringCompare AO 3 tahun lalu
StringPrototype.h 60bc5e3b5b LibJS: Trim all types of whitespace characters before parsing numbers 3 tahun lalu
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 tahun lalu
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 tahun lalu
SymbolConstructor.cpp 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 tahun lalu
SymbolConstructor.h 294f244745 LibJS: Convert SymbolConstructor functions to ThrowCompletionOr 3 tahun lalu
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
SymbolObject.h 038d354b5d LibJS: Remove Object::value_of() 3 tahun lalu
SymbolPrototype.cpp 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 tahun lalu
SymbolPrototype.h 7c96ed8cf3 LibJS: Convert SymbolPrototype functions to ThrowCompletionOr 3 tahun lalu
TypedArray.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
TypedArray.h 745b998774 LibJS: Get rid of unnecessary work from canonical_numeric_index_string 3 tahun lalu
TypedArrayConstructor.cpp bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 tahun lalu
TypedArrayPrototype.cpp a54fdd5212 LibJS: Apply source's byte offset in TA#set when both TAs have same type 3 tahun lalu
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 tahun lalu
Utf16String.cpp 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
Utf16String.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 tahun lalu
VM.cpp f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 tahun lalu
VM.h f350c153e8 LibJS: Implement and test ArrayBuffer.prototype.resize 3 tahun lalu
Value.cpp 60bc5e3b5b LibJS: Trim all types of whitespace characters before parsing numbers 3 tahun lalu
Value.h 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" 3 tahun lalu
ValueTraits.h d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references 3 tahun lalu
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 tahun lalu
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 tahun lalu
WeakMap.cpp c7ac0c2c80 LibJS: Use HashMap::remove_all_matching() in WeakMap 3 tahun lalu
WeakMap.h 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 3 tahun lalu
WeakMapConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 tahun lalu
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakMapPrototype.cpp 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakMapPrototype.h 56e14ba09f LibJS: Convert WeakMapPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakRef.h 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 3 tahun lalu
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakRefPrototype.cpp c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakRefPrototype.h c815519a65 LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakSet.cpp e08d325124 LibJS: Use HashTable::remove_all_matching() in WeakSet :^) 3 tahun lalu
WeakSet.h 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 3 tahun lalu
WeakSetConstructor.cpp 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 tahun lalu
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakSetPrototype.cpp 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 tahun lalu
WeakSetPrototype.h 909e13c5e6 LibJS: Convert WeakSetPrototype functions to ThrowCompletionOr 3 tahun lalu
WrappedFunction.cpp c08a52dd97 LibJS: Remove the name prefix for wrapped functions 3 tahun lalu
WrappedFunction.h bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 tahun lalu