Linus Groh c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr 3 tahun lalu
..
Intl 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
Temporal c8e359c25e LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOr 3 tahun lalu
AbstractOperations.cpp 13ead80ee6 LibJS: Add PrivateEnvironment 3 tahun lalu
AbstractOperations.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 tahun lalu
Accessor.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 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 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 tahun lalu
ArgumentsObject.h fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 tahun lalu
Array.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
Array.h ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 tahun lalu
ArrayBuffer.cpp 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO 3 tahun lalu
ArrayBuffer.h 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr 3 tahun lalu
ArrayBufferConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ArrayBufferConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ArrayBufferPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ArrayBufferPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
ArrayConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ArrayConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ArrayIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
ArrayPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ArrayPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
AtomicsObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
AtomicsObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
BigInt.cpp f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 4 tahun lalu
BigInt.h f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 4 tahun lalu
BigIntConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BigIntConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
BigIntObject.h f6cf44c3db LibJS: Convert this_bigint_value() to ThrowCompletionOr 3 tahun lalu
BigIntPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
BigIntPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
BooleanPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
BooleanPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
BoundFunction.cpp fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 tahun lalu
BoundFunction.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 tahun lalu
CommonPropertyNames.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 tahun lalu
Completion.h 894834b5d5 LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value 3 tahun lalu
ConsoleObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ConsoleObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
DataViewPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
Date.cpp be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 tahun lalu
Date.h 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" 3 tahun lalu
DateConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DateConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
DatePrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
DatePrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ECMAScriptFunctionObject.cpp 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 tahun lalu
ECMAScriptFunctionObject.h 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields 3 tahun lalu
Environment.cpp 421845b0cd LibJS: Taint variable environment chain after non-strict direct eval() 3 tahun lalu
Environment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
EnvironmentCoordinate.h 0a53cf2a07 LibJS: Add missing header in EnvironmentCoordinate.h 3 tahun lalu
Error.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 3 tahun lalu
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr 3 tahun lalu
ErrorConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ErrorConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ErrorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ErrorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 tahun lalu
ErrorTypes.h d94b5e511f LibJS: Add slot [[PrivateElements]] and related methods to Object 3 tahun lalu
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 tahun lalu
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 tahun lalu
ExecutionContext.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 tahun lalu
FinalizationRegistry.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
FinalizationRegistryConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FinalizationRegistryPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
FinalizationRegistryPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
FunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
FunctionEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
FunctionEnvironment.h 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr 3 tahun lalu
FunctionObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
FunctionObject.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 tahun lalu
FunctionPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
FunctionPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
GeneratorFunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 tahun lalu
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 tahun lalu
GeneratorObject.cpp 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr 3 tahun lalu
GeneratorObject.h e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 tahun lalu
GeneratorObjectPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
GeneratorObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
GlobalEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
GlobalEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
GlobalObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
GlobalObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
IndexedProperties.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() 3 tahun lalu
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 tahun lalu
IteratorOperations.cpp 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 tahun lalu
IteratorOperations.h 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 tahun lalu
IteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
IteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
JSONObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
JSONObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
JobCallback.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 tahun lalu
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 tahun lalu
MapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
MapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
MapIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
MapIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
MapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
MapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 tahun lalu
MathObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
MathObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
NativeFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
NumberConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
NumberConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
NumberPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
NumberPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
Object.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
Object.h d94b5e511f LibJS: Add slot [[PrivateElements]] and related methods to Object 3 tahun lalu
ObjectConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ObjectConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ObjectEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ObjectEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 tahun lalu
ObjectPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them 3 tahun lalu
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 4 tahun lalu
PrivateEnvironment.cpp 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 tahun lalu
PrivateEnvironment.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 tahun lalu
Promise.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 tahun lalu
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 tahun lalu
PromiseConstructor.cpp 4e4db65e26 LibJS: Remove now-redundant TemporaryClearException from Promise methods 3 tahun lalu
PromiseConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromiseJobs.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromisePrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
PromisePrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
PromiseReaction.cpp ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr 3 tahun lalu
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 tahun lalu
PromiseResolvingElementFunctions.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
PromiseResolvingElementFunctions.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 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 a95b321bf1 LibJS: Add missing headers 3 tahun lalu
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 tahun lalu
PropertyDescriptor.h d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 tahun lalu
PropertyName.h 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 tahun lalu
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 tahun lalu
ProxyConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ProxyConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ProxyObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
ProxyObject.h 021691753d LibJS: Fix that proxy always said that it had a [[Construct]] slot 3 tahun lalu
Realm.cpp cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 tahun lalu
Realm.h cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 tahun lalu
Reference.cpp c7a6572789 LibJS: Add private references 3 tahun lalu
Reference.h c7a6572789 LibJS: Add private references 3 tahun lalu
ReflectObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ReflectObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
RegExpConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
RegExpConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
RegExpObject.cpp 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 tahun lalu
RegExpObject.h 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function 3 tahun lalu
RegExpPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
RegExpPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 4 tahun lalu
RegExpStringIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
RegExpStringIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 tahun lalu
SetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
SetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 tahun lalu
SetIteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
SetIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
SetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
SetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
ShadowRealm.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 tahun lalu
ShadowRealmConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
ShadowRealmPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
ShadowRealmPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
Shape.cpp 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag 3 tahun lalu
Shape.h 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag 3 tahun lalu
StringConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
StringConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
StringIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
StringObject.cpp 4d5bd092ea LibJS: Use MUST() where applicable 3 tahun lalu
StringObject.h 60366ae032 LibJS: Convert this_string_value() to ThrowCompletionOr 3 tahun lalu
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 tahun lalu
StringPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
StringPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
SymbolConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 tahun lalu
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 tahun lalu
SymbolPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
SymbolPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 tahun lalu
TypedArray.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
TypedArray.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
TypedArrayConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
TypedArrayConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
TypedArrayPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
TypedArrayPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
Utf16String.cpp 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 tahun lalu
Utf16String.h 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 tahun lalu
VM.cpp ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec 3 tahun lalu
VM.h 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject 3 tahun lalu
Value.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 tahun lalu
Value.h 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr 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 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakMapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakMapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
WeakMapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
WeakRefPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
WeakSet.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 tahun lalu
WeakSetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 tahun lalu
WeakSetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 tahun lalu
WeakSetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 tahun lalu
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 tahun lalu
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 tahun lalu