davidot 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 년 전
..
Intl 66770de264 LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOr 3 년 전
Temporal 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 년 전
AbstractOperations.cpp 13ead80ee6 LibJS: Add PrivateEnvironment 3 년 전
AbstractOperations.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 년 전
Accessor.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 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 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 년 전
ArgumentsObject.h fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 년 전
Array.cpp db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 년 전
Array.h db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 년 전
ArrayBuffer.cpp 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO 3 년 전
ArrayBuffer.h 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr 3 년 전
ArrayBufferConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ArrayBufferConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ArrayBufferPrototype.cpp e26d9f419b LibJS: Remove vm.construct and it's usages 3 년 전
ArrayBufferPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
ArrayConstructor.cpp 36aef8ee95 LibJS: Convert ArrayConstructor functions to ThrowCompletionOr 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
ArrayIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
ArrayPrototype.cpp d655a0a42e LibJS: Add "at" to Array.prototype[@@unscopables] 3 년 전
ArrayPrototype.h 0f5cfe975f LibJS: Convert ArrayPrototype functions to ThrowCompletionsOr 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 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 년 전
BigIntConstructor.cpp 306c25f3c2 LibJS: Convert the NumberToBigInt AO to ThrowCompletionOr 3 년 전
BigIntConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 년 전
BigIntObject.h f6cf44c3db LibJS: Convert this_bigint_value() to ThrowCompletionOr 3 년 전
BigIntPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
BigIntPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
BooleanPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
BooleanPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 년 전
Completion.h 894834b5d5 LibJS: Allow construction of ThrowCompletionOr<Value> from non-Value 3 년 전
ConsoleObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
ConsoleObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
DataViewPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
Date.cpp be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr 3 년 전
Date.h 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" 3 년 전
DateConstructor.cpp ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 년 전
DateConstructor.h ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 년 전
DatePrototype.cpp 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 년 전
DatePrototype.h 2b87f77578 LibJS: Convert DatePrototype functions to ThrowCompletionOr 3 년 전
DeclarativeEnvironment.cpp 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 년 전
DeclarativeEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 년 전
ECMAScriptFunctionObject.cpp 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 년 전
ECMAScriptFunctionObject.h 4c8090a45d LibJS: Use ClassFieldInitializerStatement for class fields 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 f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
ErrorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 년 전
ErrorTypes.h 9c9aaf4d4f LibJS: Don't VERIFY that a function is Regular when executing in AST 3 년 전
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 년 전
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 년 전
ExecutionContext.h 13ead80ee6 LibJS: Add PrivateEnvironment 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
FinalizationRegistryPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
FunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
FunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
FunctionEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
FunctionEnvironment.h 617d3cd3d3 LibJS: Convert bind_this_value() to ThrowCompletionOr 3 년 전
FunctionObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
FunctionObject.h fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject 3 년 전
FunctionPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
FunctionPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
GeneratorFunctionConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
GeneratorFunctionConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 년 전
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 년 전
GeneratorObject.cpp 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr 3 년 전
GeneratorObject.h e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 3 년 전
GeneratorObjectPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
GeneratorObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
GlobalEnvironment.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
GlobalEnvironment.h 01370136ee LibJS: Convert delete_binding() to ThrowCompletionOr 3 년 전
GlobalObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
GlobalObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
IndexedProperties.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() 3 년 전
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 년 전
IteratorOperations.cpp 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 년 전
IteratorOperations.h 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr 3 년 전
IteratorPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
IteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
JSONObject.cpp db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 년 전
JSONObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
JobCallback.h ab594e5f2f LibJS: Convert Value::invoke and VM::call 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 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
MapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
MapIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
MapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
MapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 년 전
MathObject.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
MathObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
NativeFunction.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
NativeFunction.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
NumberConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
NumberConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
NumberPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
NumberPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
Object.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
Object.h d94b5e511f LibJS: Add slot [[PrivateElements]] and related methods to Object 3 년 전
ObjectConstructor.cpp 5ff7d7945d LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4) 3 년 전
ObjectConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
ObjectPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 16cc82460f LibJS: Add parsing and evaluation of private fields and methods 3 년 전
PrivateEnvironment.h 13ead80ee6 LibJS: Add PrivateEnvironment 3 년 전
Promise.cpp 81bdb20c61 LibJS: Convert the PromiseResolve AO to ThrowCompletionOr 3 년 전
Promise.h 81bdb20c61 LibJS: Convert the PromiseResolve AO to ThrowCompletionOr 3 년 전
PromiseConstructor.cpp 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 년 전
PromiseConstructor.h 5af8f72d54 LibJS: Convert PromiseConstructor functions to ThrowCompletionOr 3 년 전
PromiseJobs.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
PromiseJobs.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
PromisePrototype.cpp 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 년 전
PromisePrototype.h 35faf50941 LibJS: Convert PromisePrototype functions to ThrowCompletionOr 3 년 전
PromiseReaction.cpp 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 년 전
PromiseReaction.h 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 년 전
PromiseResolvingElementFunctions.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
PromiseResolvingElementFunctions.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 a95b321bf1 LibJS: Add missing headers 3 년 전
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 년 전
PropertyDescriptor.h d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr 3 년 전
PropertyName.h 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 년 전
PrototypeObject.h 2fa9422b3b LibJS: Convert PrototypeObject::typed_this_value() to ThrowCompletionOr 3 년 전
ProxyConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ProxyConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ProxyObject.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
ProxyObject.h 021691753d LibJS: Fix that proxy always said that it had a [[Construct]] slot 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 c7a6572789 LibJS: Add private references 3 년 전
Reference.h c7a6572789 LibJS: Add private references 3 년 전
ReflectObject.cpp e26d9f419b LibJS: Remove vm.construct and it's usages 3 년 전
ReflectObject.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 e503b60bdc LibJS: Convert a few TRYs to MUST in RegExp.prototype 3 년 전
RegExpPrototype.h 063ce946b7 LibJS: Convert RegExpPrototype functions to ThrowCompletionOr 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 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
SetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
SetIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
SetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
SetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
ShadowRealm.cpp 0d602c5ec5 LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr 3 년 전
ShadowRealm.h 5910a41adb LibJS: Implement ShadowRealm.prototype.importValue() 3 년 전
ShadowRealmConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ShadowRealmConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
ShadowRealmPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
ShadowRealmPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
Shape.cpp 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag 3 년 전
Shape.h 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
StringIteratorPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
StringObject.cpp 4d5bd092ea LibJS: Use MUST() where applicable 3 년 전
StringObject.h 60366ae032 LibJS: Convert this_string_value() to ThrowCompletionOr 3 년 전
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 년 전
StringPrototype.cpp 844be7a0a5 LibJS: Convert the RegExpCreate AO to ThrowCompletionOr 3 년 전
StringPrototype.h 18c2d537c7 LibJS: Convert StringPrototype functions to ThrowCompletionOr 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 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
SymbolConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 년 전
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 년 전
SymbolPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
SymbolPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 년 전
TypedArray.cpp 3edf86462b LibJS: Convert typed_array_from to ThrowCompletionOr 3 년 전
TypedArray.h 3edf86462b LibJS: Convert typed_array_from 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 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 년 전
TypedArrayPrototype.h 92b25cacd1 LibJS: Convert TypedArrayPrototype functions to ThrowCompletionOr 3 년 전
Utf16String.cpp 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 년 전
Utf16String.h 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 3 년 전
VM.cpp e26d9f419b LibJS: Remove vm.construct and it's usages 3 년 전
VM.h 53af66d57d LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject 3 년 전
Value.cpp 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 년 전
Value.h 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr 3 년 전
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 년 전
WeakContainer.h a95b321bf1 LibJS: Add missing headers 3 년 전
WeakMap.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakMapConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
WeakMapConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
WeakMapPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
WeakMapPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 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 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
WeakRefPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
WeakSet.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work 3 년 전
WeakSetConstructor.cpp 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
WeakSetConstructor.h 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 년 전
WeakSetPrototype.cpp 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 년 전
WeakSetPrototype.h 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 년 전
WrappedFunction.cpp 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 년 전
WrappedFunction.h 50f8755792 LibJS: Implement Wrapped Function Exotic Objects 3 년 전