Linus Groh 6bdd62b51b LibJS: Convert Now AOs to ThrowCompletionOr 3 years ago
..
Intl 08dd1c3e2d LibJS: Convert get_options_object() to ThrowCompletionOr 3 years ago
Temporal 6bdd62b51b LibJS: Convert Now AOs to ThrowCompletionOr 3 years ago
AbstractOperations.cpp 9f50e288f7 LibJS: Fix Clang Toolchain CI build 3 years ago
AbstractOperations.h 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
Accessor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error 4 years ago
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error 4 years ago
AggregateErrorConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError 4 years ago
ArgumentsObject.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 years ago
ArgumentsObject.h 77fa33e61a LibJS: Finish implementing mapped arguments exotic objects :^) 4 years ago
Array.cpp 6ad427993a Everywhere: Behaviour => Behavior 3 years ago
Array.h 8f3a5ba5d8 LibJS: Add Array::create_from() for generic Vector<T> 3 years ago
ArrayBuffer.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
ArrayBuffer.h 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) 3 years ago
ArrayBufferConstructor.cpp 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) 3 years ago
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
ArrayBufferPrototype.cpp 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() 3 years ago
ArrayBufferPrototype.h bd4c116d08 LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject 3 years ago
ArrayConstructor.cpp 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() 3 years ago
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
ArrayIteratorPrototype.cpp 4d1d0f05a9 LibJS: Convert ArrayIterator.prototype to be a PrototypeObject 3 years ago
ArrayIteratorPrototype.h 4d1d0f05a9 LibJS: Convert ArrayIterator.prototype to be a PrototypeObject 3 years ago
ArrayPrototype.cpp bc1b8f9cc8 LibJS: Use ThrowCompletionOr in get_function_realm() 3 years ago
ArrayPrototype.h b6523906b3 LibJS: Implement proposed Array.prototype.findLast{,Index} 3 years ago
AtomicsObject.cpp 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 years ago
AtomicsObject.h 1a3e1bff7b LibJS: Implement Atomics.isLockFree 4 years ago
BigInt.cpp f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 3 years ago
BigInt.h f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it 3 years ago
BigIntConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 years ago
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
BigIntPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
BooleanConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BooleanPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoundFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
BoundFunction.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 years ago
CommonPropertyNames.h e42ba7f748 LibJS: Implement the Intl.NumberFormat constructor 3 years ago
Completion.h 6bdd62b51b LibJS: Convert Now AOs to ThrowCompletionOr 3 years ago
ConsoleObject.cpp 53f70e5208 LibJS: Remove the default length & attributes from define_native_* 4 years ago
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
DataViewConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
DataViewPrototype.cpp 8bfb665b72 LibJS: Convert DataView.prototype to be a PrototypeObject 3 years ago
DataViewPrototype.h 8bfb665b72 LibJS: Convert DataView.prototype to be a PrototypeObject 3 years ago
Date.cpp ee608f58ee LibJS: Add type range checks to the Date make_day AO 3 years ago
Date.h 5512ff79f0 LibJS: Implement a bunch of time value related Date AOs 4 years ago
DateConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
DatePrototype.cpp 20337a34a2 LibJS: Convert Instant AOs to ThrowCompletionOr 3 years ago
DatePrototype.h 94f076a774 LibJS: Convert Date.prototype to be a PrototypeObject 3 years ago
DeclarativeEnvironment.cpp 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 years ago
DeclarativeEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 years ago
Environment.cpp 89f0e501a0 LibJS: Mark the global object in Environment::visit_edges() 3 years ago
Environment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 years ago
Error.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
Error.h dbda5a9a4c LibJS: Move install_error_cause() from Object to Error 4 years ago
ErrorConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
ErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 years ago
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
ErrorTypes.h 6d55e0572d LibJS: Remove ErrorType::NotA and ErrorType::NotAn 3 years ago
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext 4 years ago
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor 4 years ago
ExecutionContext.h df5414f47f LibJS: Reorganize ExecutionContext a little bit 3 years ago
FinalizationRegistry.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
FinalizationRegistry.h c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 3 years ago
FinalizationRegistryConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
FinalizationRegistryPrototype.cpp 43e4cec3e2 LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject 3 years ago
FinalizationRegistryPrototype.h 43e4cec3e2 LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject 3 years ago
FunctionConstructor.cpp 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} 3 years ago
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
FunctionEnvironment.cpp fe9dc47320 LibJS: Make FunctionObject's m_home_object an Object*, not Value 4 years ago
FunctionEnvironment.h 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 years ago
FunctionObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
FunctionObject.h 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() 3 years ago
FunctionPrototype.cpp c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() 3 years ago
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
GeneratorFunctionConstructor.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
GeneratorFunctionConstructor.h 804d592303 LibJS: Add missing has_constructor override to Generator Functions 4 years ago
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
GeneratorObject.cpp 59982ef582 LibJS: Visit GeneratorObject's previous value if it's any kind of Cell 3 years ago
GeneratorObject.h 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject 3 years ago
GeneratorObjectPrototype.cpp 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject 3 years ago
GeneratorObjectPrototype.h 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject 3 years ago
GlobalEnvironment.cpp 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 3 years ago
GlobalEnvironment.h 1e79934acf LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 3 years ago
GlobalObject.cpp f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm 3 years ago
GlobalObject.h f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm 3 years ago
IndexedProperties.cpp c351b4ad0d LibJS: Stop using a native property for Array lengths 4 years ago
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths 4 years ago
IteratorOperations.cpp 6ad427993a Everywhere: Behaviour => Behavior 3 years ago
IteratorOperations.h 5ee1ae37b2 LibJS: Add the IteratorStep abstract iterator operation 4 years ago
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 4 years ago
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
JSONObject.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
JSONObject.h 63a0ebcc90 js: Add a simple loadJSON(path) built-in to load JSON from a file 3 years ago
JobCallback.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 4 years ago
MapConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
MapIteratorPrototype.cpp f5c988b3ce LibJS: Convert MapIterator.prototype to be a PrototypeObject 3 years ago
MapIteratorPrototype.h f5c988b3ce LibJS: Convert MapIterator.prototype to be a PrototypeObject 3 years ago
MapPrototype.cpp 77efecadf7 LibJS: Convert Map.prototype to be a PrototypeObject 3 years ago
MapPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations 3 years ago
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 years ago
MathObject.cpp eaf904000f LibJS: Always use AK::get_random() in Math.random() 3 years ago
MathObject.h 9d2e90d569 LibJS: Add Math.imul() 4 years ago
NativeFunction.cpp c5bd382524 LibJS: Leave NativeFunction's Realm unset if VM has no Interpreter 3 years ago
NativeFunction.h 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() 3 years ago
NumberConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
NumberPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method 4 years ago
Object.cpp 31bc9565f8 LibJS: Avoid transitions for name/length of native functions/accessors 3 years ago
Object.h 47ab84ffd9 LibJS: Add define_direct_{property,accessor}_without_transition() 3 years ago
ObjectConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
ObjectConstructor.h 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() 4 years ago
ObjectEnvironment.cpp 53d24fbd65 LibJS: Make References see into Environment's bindings as well 3 years ago
ObjectEnvironment.h 80170887db LibJS: Make Environment::put_into_environment() return a success bool 4 years ago
ObjectPrototype.cpp 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() 3 years ago
ObjectPrototype.h cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object 4 years ago
OrdinaryFunctionObject.cpp 4f362fc703 LibJS: Set OrdinaryFunctionObject's realm from the Tnterpreter 3 years ago
OrdinaryFunctionObject.h 06e89311fa LibJS: Set the callee context's realm in prepare_for_ordinary_call() 3 years ago
PrimitiveString.cpp c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String 3 years ago
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 3 years ago
Promise.cpp 98d8a858cd LibJS: Set the function names for the resolve, reject, and executor 3 years ago
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
PromiseConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
PromiseJobs.cpp 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 years ago
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
PromisePrototype.cpp 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() 3 years ago
PromisePrototype.h a41d0d23f9 LibJS: Convert Promise.prototype to be a PrototypeObject 3 years ago
PromiseReaction.cpp 98d8a858cd LibJS: Set the function names for the resolve, reject, and executor 3 years ago
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
PromiseResolvingElementFunctions.cpp 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList 3 years ago
PromiseResolvingElementFunctions.h 935075c26e LibJS: Specify right base for PromiseResolvingElementFunction subclasses 3 years ago
PromiseResolvingFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function 4 years ago
PropertyAttributes.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
PropertyDescriptor.cpp 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
PropertyDescriptor.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
PropertyName.h 0d2c3f62d3 LibJS: Use move semantics more when creating Reference objects 3 years ago
PrototypeObject.h 1078d5e58a LibJS: Create a class to provide common methods for object prototypes 3 years ago
ProxyConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 years ago
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
ProxyObject.cpp c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() 3 years ago
ProxyObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
Realm.cpp 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 3 years ago
Realm.h 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 3 years ago
Reference.cpp 53d24fbd65 LibJS: Make References see into Environment's bindings as well 3 years ago
Reference.h 72ddaa31e3 LibJS: Implement parsing and execution of optional chains 3 years ago
ReflectObject.cpp c4c40f4cf3 LibJS: Use ThrowCompletionOr in create_list_from_array_like() 3 years ago
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
RegExpConstructor.cpp 3892b6e6ec LibJS: Implement RegExp constructor according to the spec 4 years ago
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
RegExpObject.cpp 7c54b6bd45 LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 3 years ago
RegExpObject.h 7c54b6bd45 LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 3 years ago
RegExpPrototype.cpp 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() 3 years ago
RegExpPrototype.h 65b0c26c44 LibJS: Convert RegExp.prototype to be a PrototypeObject 3 years ago
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype 3 years ago
RegExpStringIteratorPrototype.cpp b749194e70 LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject 3 years ago
RegExpStringIteratorPrototype.h b749194e70 LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject 3 years ago
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 4 years ago
SetConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
SetIteratorPrototype.cpp f195cb41a8 LibJS: Convert SetIterator.prototype to be a PrototypeObject 3 years ago
SetIteratorPrototype.h f195cb41a8 LibJS: Convert SetIterator.prototype to be a PrototypeObject 3 years ago
SetPrototype.cpp 75d5c17aec LibJS: Convert Set.prototype to be a PrototypeObject 3 years ago
SetPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations 3 years ago
Shape.cpp b9eb8d00ca LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes 3 years ago
Shape.h b9eb8d00ca LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes 3 years ago
StringConstructor.cpp 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() 3 years ago
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 years ago
StringIteratorPrototype.cpp be0880fb2c LibJS: Convert StringIterator.prototype to be a PrototypeObject 3 years ago
StringIteratorPrototype.h be0880fb2c LibJS: Convert StringIterator.prototype to be a PrototypeObject 3 years ago
StringObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
StringObject.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case 4 years ago
StringPrototype.cpp 568296d0cc LibJS: Use ThrowCompletionOr in require_object_coercible() 3 years ago
StringPrototype.h 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 4 years ago
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description 4 years ago
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description 4 years ago
SymbolConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 years ago
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description 4 years ago
SymbolPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 3 years ago
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() 4 years ago
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too 4 years ago
TypedArray.cpp 2d4650714f LibJS: Use ThrowCompletionOr in get_prototype_from_constructor() 3 years ago
TypedArray.h ba2c3731e9 LibJS: Make ValidateTypeArray abstraction public 4 years ago
TypedArrayConstructor.cpp 8d01d43f5e LibJS: Replace the boolean argument of Object::set with an enum class 4 years ago
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method 4 years ago
TypedArrayPrototype.cpp 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() 3 years ago
TypedArrayPrototype.h 871a29884d LibJS: Implement proposed TypedArray.prototype.findLast{,Index} 3 years ago
Utf16String.cpp 02e7dceb96 LibJS: Add a simple reference-counted UTF-16 string 3 years ago
Utf16String.h 02e7dceb96 LibJS: Add a simple reference-counted UTF-16 string 3 years ago
VM.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
VM.h 33679a8445 LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template 3 years ago
Value.cpp 1a7828a9f3 LibJS: Return default-constructed values instead of the INVALID constant 3 years ago
Value.h c1e99fca1a LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String 3 years ago
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers 4 years ago
WeakContainer.h 470c99a2a6 LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit 3 years ago
WeakMap.cpp b92871f7ef LibJS: Visit WeakMap's values as long as their keys were not collected 3 years ago
WeakMap.h b92871f7ef LibJS: Visit WeakMap's values as long as their keys were not collected 3 years ago
WeakMapConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
WeakMapPrototype.cpp 966f4faae4 LibJS: Convert WeakMap.prototype to be a PrototypeObject 3 years ago
WeakMapPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations 3 years ago
WeakRef.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 3 years ago
WeakRef.h c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 3 years ago
WeakRefConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
WeakRefPrototype.cpp 777ae53615 LibJS: Convert WeakRef.prototype to be a PrototypeObject 3 years ago
WeakRefPrototype.h 777ae53615 LibJS: Convert WeakRef.prototype to be a PrototypeObject 3 years ago
WeakSet.cpp 470c99a2a6 LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit 3 years ago
WeakSet.h c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 3 years ago
WeakSetConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 years ago
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
WeakSetPrototype.cpp 696967d7b6 LibJS: Convert WeakSet.prototype to be a PrototypeObject 3 years ago
WeakSetPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations 3 years ago