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