Andreas Kling 5a099b98cd LibJS: Make eval() code run in the bytecode VM 3 vuotta sitten
..
Intl 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Temporal 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
AbstractOperations.cpp 5a099b98cd LibJS: Make eval() code run in the bytecode VM 3 vuotta sitten
AbstractOperations.h 75f2510de9 LibJS: Make make_super_property_reference() take a PropertyKey 3 vuotta sitten
Accessor.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 vuotta sitten
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 vuotta sitten
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 vuotta sitten
AggregateErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
AggregateErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 vuotta sitten
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 vuotta sitten
ArgumentsObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ArgumentsObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Array.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Array.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ArrayBuffer.cpp 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO 3 vuotta sitten
ArrayBuffer.h 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr 3 vuotta sitten
ArrayBufferConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ArrayBufferConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ArrayBufferPrototype.cpp e26d9f419b LibJS: Remove vm.construct and it's usages 3 vuotta sitten
ArrayBufferPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
ArrayConstructor.cpp 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 vuotta sitten
ArrayConstructor.h 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 3 vuotta sitten
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
ArrayIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
ArrayIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
ArrayPrototype.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ArrayPrototype.h 0f5cfe975f LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr 3 vuotta sitten
AtomicsObject.cpp 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 vuotta sitten
AtomicsObject.h 20f73d2abc LibJS: Convert Atomics functions to ThrowCompletionOr 3 vuotta sitten
BigInt.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 vuotta sitten
BigInt.h 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 vuotta sitten
BigIntConstructor.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 vuotta sitten
BigIntConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
BigIntObject.h f6cf44c3db LibJS: Convert this_bigint_value() to ThrowCompletionOr 3 vuotta sitten
BigIntPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
BigIntPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
BooleanConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
BooleanConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
BooleanPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
BooleanPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
BoundFunction.cpp fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 vuotta sitten
BoundFunction.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 vuotta sitten
CommonPropertyNames.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Completion.h 894834b5d5 LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value 3 vuotta sitten
ConsoleObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
ConsoleObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
DataViewConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
DataViewConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
DataViewPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
DataViewPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
Date.cpp be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 vuotta sitten
Date.h 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" 3 vuotta sitten
DateConstructor.cpp ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 vuotta sitten
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 vuotta sitten
DatePrototype.cpp 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 vuotta sitten
DatePrototype.h 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 vuotta sitten
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
ECMAScriptFunctionObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ECMAScriptFunctionObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Environment.cpp 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 vuotta sitten
Environment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 vuotta sitten
Error.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 vuotta sitten
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr 3 vuotta sitten
ErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ErrorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
ErrorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 vuotta sitten
ErrorTypes.h 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 vuotta sitten
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 vuotta sitten
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 vuotta sitten
ExecutionContext.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 vuotta sitten
FinalizationRegistry.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
FinalizationRegistryConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
FinalizationRegistryPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
FinalizationRegistryPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
FunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
FunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
FunctionEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 vuotta sitten
FunctionEnvironment.h 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr 3 vuotta sitten
FunctionObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 vuotta sitten
FunctionObject.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 vuotta sitten
FunctionPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
FunctionPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
GeneratorFunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 vuotta sitten
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 vuotta sitten
GeneratorObject.cpp 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr 3 vuotta sitten
GeneratorObject.h e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 vuotta sitten
GeneratorObjectPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
GeneratorObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
GlobalEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 vuotta sitten
GlobalEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
GlobalObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
GlobalObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
IndexedProperties.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() 3 vuotta sitten
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 vuotta sitten
IteratorOperations.cpp 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 vuotta sitten
IteratorOperations.h 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 vuotta sitten
IteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
IteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
JSONObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
JSONObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
JobCallback.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 vuotta sitten
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 vuotta sitten
MapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
MapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
MapIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
MapIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
MapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
MapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 vuotta sitten
MathObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
MathObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
NativeFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
NumberConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
NumberConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
NumberPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
NumberPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
Object.cpp 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 vuotta sitten
Object.h 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 vuotta sitten
ObjectConstructor.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ObjectConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 vuotta sitten
ObjectPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
ObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 vuotta sitten
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 4 vuotta sitten
PrivateEnvironment.cpp 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 vuotta sitten
PrivateEnvironment.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 vuotta sitten
Promise.cpp 81bdb20c61 LibJS: Convert the PromiseResolve AO to ThrowCompletionOr 3 vuotta sitten
Promise.h 81bdb20c61 LibJS: Convert the PromiseResolve AO to ThrowCompletionOr 3 vuotta sitten
PromiseConstructor.cpp 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 vuotta sitten
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 vuotta sitten
PromiseJobs.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PromisePrototype.cpp 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 vuotta sitten
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 vuotta sitten
PromiseReaction.cpp 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 vuotta sitten
PromiseReaction.h 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 vuotta sitten
PromiseResolvingElementFunctions.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PromiseResolvingElementFunctions.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PromiseResolvingFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PromiseResolvingFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
PropertyAttributes.h a95b321bf1 LibJS: Add missing headers 3 vuotta sitten
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 vuotta sitten
PropertyDescriptor.h d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 vuotta sitten
PropertyKey.h 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 vuotta sitten
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 vuotta sitten
ProxyConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ProxyConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ProxyObject.cpp 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey 3 vuotta sitten
ProxyObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 vuotta sitten
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 vuotta sitten
Reference.cpp c7a6572789 LibJS: Add private references 3 vuotta sitten
Reference.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
ReflectObject.cpp e26d9f419b LibJS: Remove vm.construct and it's usages 3 vuotta sitten
ReflectObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
RegExpConstructor.cpp e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 vuotta sitten
RegExpConstructor.h e3181a7ded LibJS: Convert RegExpConstructor functions to ThrowCompletionOr 3 vuotta sitten
RegExpObject.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 vuotta sitten
RegExpObject.h 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 vuotta sitten
RegExpPrototype.cpp e503b60bdc LibJS: Convert a few TRYs to MUST in RegExp.prototype 3 vuotta sitten
RegExpPrototype.h 063ce946b7 LibJS: Convert RegExpPrototype functions to ThrowCompletionOr 3 vuotta sitten
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 4 vuotta sitten
RegExpStringIteratorPrototype.cpp 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 vuotta sitten
RegExpStringIteratorPrototype.h 2ab089fa21 LibJS: Convert RegExpStringIteratorPrototype to ThrowCompletionOr 3 vuotta sitten
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 vuotta sitten
SetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
SetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
SetIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
SetIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
SetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
SetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
ShadowRealm.cpp 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 vuotta sitten
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 vuotta sitten
ShadowRealmConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
ShadowRealmPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
ShadowRealmPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
Shape.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
Shape.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
StringConstructor.cpp 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 vuotta sitten
StringConstructor.h 28e1e03234 LibJS: Convert StringConstructor functions to ThrowCompletionOr 3 vuotta sitten
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 vuotta sitten
StringIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
StringIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
StringObject.cpp 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
StringObject.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 vuotta sitten
StringPrototype.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 vuotta sitten
StringPrototype.h 18c2d537c7 LibJS: Convert StringPrototype functions to ThrowCompletionOr 3 vuotta sitten
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 vuotta sitten
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 vuotta sitten
SymbolConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
SymbolConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 vuotta sitten
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 vuotta sitten
SymbolPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
SymbolPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 vuotta sitten
TypedArray.cpp 3edf86462b LibJS: Convert typed_array_from to ThrowCompletionOr 3 vuotta sitten
TypedArray.h 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 vuotta sitten
TypedArrayConstructor.cpp f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 vuotta sitten
TypedArrayConstructor.h f7bafea661 LibJS: Convert TypedArrayConstructor functions to ThrowCompletionOr 3 vuotta sitten
TypedArrayPrototype.cpp 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 vuotta sitten
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 vuotta sitten
Utf16String.cpp 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 vuotta sitten
Utf16String.h 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 vuotta sitten
VM.cpp 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 vuotta sitten
VM.h 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey 3 vuotta sitten
Value.cpp b138b4c83f LibJS: Optimize Value::to_property_key() for numeric property names 3 vuotta sitten
Value.h 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey 3 vuotta sitten
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 vuotta sitten
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 vuotta sitten
WeakMap.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakMapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakMapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
WeakMapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakRefConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakRefConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakRefPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
WeakRefPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
WeakSet.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 vuotta sitten
WeakSetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 vuotta sitten
WeakSetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 vuotta sitten
WeakSetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 vuotta sitten
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 vuotta sitten
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 vuotta sitten