Linus Groh 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function hace 3 años
..
Intl f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
Temporal e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr hace 3 años
AbstractOperations.cpp 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation hace 3 años
AbstractOperations.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
Accessor.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr hace 3 años
AggregateError.cpp c503a28e19 LibJS: Make AggregateError inherit from Error hace 4 años
AggregateError.h c503a28e19 LibJS: Make AggregateError inherit from Error hace 4 años
AggregateErrorConstructor.cpp fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr hace 3 años
AggregateErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
AggregateErrorPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper hace 4 años
AggregateErrorPrototype.h cbd7437d40 LibJS: Implement AggregateError hace 4 años
ArgumentsObject.cpp 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr hace 3 años
ArgumentsObject.h fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr hace 3 años
Array.cpp 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
Array.h ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr hace 3 años
ArrayBuffer.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
ArrayBuffer.h 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) hace 3 años
ArrayBufferConstructor.cpp 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) hace 3 años
ArrayBufferConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
ArrayBufferPrototype.cpp 3d43eb0774 LibJS: Use ThrowCompletionOr in species_constructor() hace 3 años
ArrayBufferPrototype.h bd4c116d08 LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject hace 3 años
ArrayConstructor.cpp 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
ArrayConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
ArrayIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
ArrayIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
ArrayIteratorPrototype.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
ArrayIteratorPrototype.h 4d1d0f05a9 LibJS: Convert ArrayIterator.prototype to be a PrototypeObject hace 3 años
ArrayPrototype.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
ArrayPrototype.h b6523906b3 LibJS: Implement proposed Array.prototype.findLast{,Index} hace 4 años
AtomicsObject.cpp 32b620c62d LibJS: Convert atomic_compare_exchange_impl() to ThrowCompletionOr hace 3 años
AtomicsObject.h 1a3e1bff7b LibJS: Implement Atomics.isLockFree hace 4 años
BigInt.cpp f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it hace 4 años
BigInt.h f58891ed42 LibJS: Add a js_bigint(VM&, ...) overload and use it hace 4 años
BigIntConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins hace 4 años
BigIntConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
BigIntObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
BigIntObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers hace 4 años
BigIntPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA hace 3 años
BigIntPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers hace 4 años
BooleanConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
BooleanConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
BooleanObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
BooleanObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
BooleanPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA hace 3 años
BooleanPrototype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
BoundFunction.cpp 830ea0414c LibJS: Make scoping follow the spec hace 3 años
BoundFunction.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
CommonPropertyNames.h e42ba7f748 LibJS: Implement the Intl.NumberFormat constructor hace 3 años
Completion.h 7cd3f7de61 LibJS: Add a MUST() macro, like TRY() but for the spec's `!` shortcut hace 3 años
ConsoleObject.cpp 53f70e5208 LibJS: Remove the default length & attributes from define_native_* hace 4 años
ConsoleObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
DataView.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
DataView.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
DataViewConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
DataViewConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
DataViewPrototype.cpp 8bfb665b72 LibJS: Convert DataView.prototype to be a PrototypeObject hace 3 años
DataViewPrototype.h 8bfb665b72 LibJS: Convert DataView.prototype to be a PrototypeObject hace 3 años
Date.cpp ee608f58ee LibJS: Add type range checks to the Date make_day AO hace 4 años
Date.h 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" hace 3 años
DateConstructor.cpp 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" hace 3 años
DateConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
DatePrototype.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
DatePrototype.h 94f076a774 LibJS: Convert Date.prototype to be a PrototypeObject hace 3 años
DeclarativeEnvironment.cpp f4f1397735 js: Allow for completion of lexically declared variables hace 3 años
DeclarativeEnvironment.h f4f1397735 js: Allow for completion of lexically declared variables hace 3 años
ECMAScriptFunctionObject.cpp 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation hace 3 años
ECMAScriptFunctionObject.h 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation hace 3 años
Environment.cpp 89f0e501a0 LibJS: Mark the global object in Environment::visit_edges() hace 3 años
Environment.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
Error.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
Error.h 867b19affb LibJS: Convert install_error_cause() to ThrowCompletionOr hace 3 años
ErrorConstructor.cpp ebf57df431 LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr hace 3 años
ErrorConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
ErrorPrototype.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
ErrorPrototype.h ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} hace 4 años
ErrorTypes.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers hace 4 años
ErrorTypes.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
Exception.cpp c2ad599783 LibJS: Rename CallFrame => ExecutionContext hace 4 años
Exception.h 32ee195d62 LibJS: Avoid allocations in the Exception constructor hace 4 años
ExecutionContext.h 0cb4d48283 LibJS: Remove unused ExecutionContext::arguments_object hace 3 años
FinalizationRegistry.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
FinalizationRegistry.h 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
FinalizationRegistryConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
FinalizationRegistryConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
FinalizationRegistryPrototype.cpp 43e4cec3e2 LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject hace 3 años
FinalizationRegistryPrototype.h 43e4cec3e2 LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject hace 3 años
FunctionConstructor.cpp 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm} hace 3 años
FunctionConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
FunctionEnvironment.cpp 830ea0414c LibJS: Make scoping follow the spec hace 3 años
FunctionEnvironment.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
FunctionObject.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
FunctionObject.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
FunctionPrototype.cpp d5f90cf187 LibJS: Rename ECMAScriptFunctionObject members to match spec names hace 3 años
FunctionPrototype.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers hace 4 años
GeneratorFunctionConstructor.cpp 4fa5748093 LibJS: Add an optimization to avoid needless arguments object creation hace 3 años
GeneratorFunctionConstructor.h 804d592303 LibJS: Add missing has_constructor override to Generator Functions hace 4 años
GeneratorFunctionPrototype.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper hace 4 años
GeneratorFunctionPrototype.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
GeneratorObject.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
GeneratorObject.h e37cf73300 LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject hace 3 años
GeneratorObjectPrototype.cpp 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject hace 3 años
GeneratorObjectPrototype.h 9e57ea71af LibJS: Convert GeneratorObject.prototype to be a PrototypeObject hace 3 años
GlobalEnvironment.cpp 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr hace 3 años
GlobalEnvironment.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
GlobalObject.cpp 4d5bd092ea LibJS: Use MUST() where applicable hace 3 años
GlobalObject.h 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions hace 3 años
IndexedProperties.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() hace 3 años
IndexedProperties.h c351b4ad0d LibJS: Stop using a native property for Array lengths hace 4 años
IteratorOperations.cpp 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
IteratorOperations.h 14e99b9b68 LibJS: Change create_iterator_result_object's return type to Object* hace 3 años
IteratorPrototype.cpp f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) hace 4 años
IteratorPrototype.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers hace 4 años
JSONObject.cpp e5b8544762 LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr hace 3 años
JSONObject.h 63a0ebcc90 js: Add a simple loadJSON(path) built-in to load JSON from a file hace 3 años
JobCallback.h ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr hace 3 años
Map.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
Map.h a27fbfd45f LibJS: Use OrderedHashMap instead of HashMap in the Map built-in hace 4 años
MapConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
MapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
MapIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
MapIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
MapIteratorPrototype.cpp f5c988b3ce LibJS: Convert MapIterator.prototype to be a PrototypeObject hace 3 años
MapIteratorPrototype.h f5c988b3ce LibJS: Convert MapIterator.prototype to be a PrototypeObject hace 3 años
MapPrototype.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
MapPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations hace 3 años
MarkedValueList.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
MarkedValueList.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList hace 3 años
MathObject.cpp eaf904000f LibJS: Always use AK::get_random() in Math.random() hace 3 años
MathObject.h 9d2e90d569 LibJS: Add Math.imul() hace 4 años
NativeFunction.cpp 830ea0414c LibJS: Make scoping follow the spec hace 3 años
NativeFunction.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
NumberConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
NumberConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
NumberObject.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
NumberObject.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
NumberPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA hace 3 años
NumberPrototype.h c31392510a LibJS: Add the Number.prototype.toFixed method hace 4 años
Object.cpp 6108bac606 LibJS: Only do a single property lookup in internal_get_own_property() hace 3 años
Object.h 2f42675ebd LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr hace 3 años
ObjectConstructor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
ObjectConstructor.h 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() hace 4 años
ObjectEnvironment.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
ObjectEnvironment.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
ObjectPrototype.cpp 0a49a2db60 LibJS: Convert set_immutable_prototype() to ThrowCompletionOr hace 3 años
ObjectPrototype.h 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr hace 3 años
PrimitiveString.cpp f290c59dd8 LibJS: Keep track of PrimitiveStrings and share them hace 3 años
PrimitiveString.h b85b8ca350 LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted hace 4 años
Promise.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
Promise.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
PromiseConstructor.cpp fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr hace 3 años
PromiseConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
PromiseJobs.cpp ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr hace 3 años
PromiseJobs.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers hace 4 años
PromisePrototype.cpp ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr hace 3 años
PromisePrototype.h a41d0d23f9 LibJS: Convert Promise.prototype to be a PrototypeObject hace 3 años
PromiseReaction.cpp 98d8a858cd LibJS: Set the function names for the resolve, reject, and executor hace 4 años
PromiseReaction.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
PromiseResolvingElementFunctions.cpp fe86b04b42 LibJS: Convert define_property_or_throw() to ThrowCompletionOr hace 3 años
PromiseResolvingElementFunctions.h 935075c26e LibJS: Specify right base for PromiseResolvingElementFunction subclasses hace 3 años
PromiseResolvingFunction.cpp a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper hace 4 años
PromiseResolvingFunction.h 1bd52ce789 LibJS: Stop qualifying AK::Function hace 4 años
PropertyAttributes.h 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) hace 4 años
PropertyDescriptor.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
PropertyDescriptor.h d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
PropertyName.h 0d2c3f62d3 LibJS: Use move semantics more when creating Reference objects hace 3 años
PrototypeObject.h 1078d5e58a LibJS: Create a class to provide common methods for object prototypes hace 3 años
ProxyConstructor.cpp 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
ProxyConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
ProxyObject.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
ProxyObject.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
Realm.cpp 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() hace 3 años
Realm.h 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() hace 3 años
Reference.cpp 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr hace 3 años
Reference.h 830ea0414c LibJS: Make scoping follow the spec hace 3 años
ReflectObject.cpp d7d73f9100 LibJS: Convert to_property_descriptor() to ThrowCompletionOr hace 3 años
ReflectObject.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers hace 4 años
RegExpConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
RegExpConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
RegExpObject.cpp 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function hace 3 años
RegExpObject.h 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function hace 3 años
RegExpPrototype.cpp 78fd8c1ca2 LibJS: Make escape_regexp_pattern() a RegExpObject member function hace 3 años
RegExpPrototype.h 65b0c26c44 LibJS: Convert RegExp.prototype to be a PrototypeObject hace 3 años
RegExpStringIterator.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
RegExpStringIterator.h 34bd25f6c2 LibJS: Reduce copying of string data in RegExp.prototype hace 4 años
RegExpStringIteratorPrototype.cpp 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr hace 3 años
RegExpStringIteratorPrototype.h b749194e70 LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject hace 3 años
Set.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
Set.h 08ff148bc3 LibJS: Use OrderedHashTable instead of HashTable in the Set built-in hace 4 años
SetConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
SetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
SetIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
SetIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
SetIteratorPrototype.cpp f195cb41a8 LibJS: Convert SetIterator.prototype to be a PrototypeObject hace 3 años
SetIteratorPrototype.h f195cb41a8 LibJS: Convert SetIterator.prototype to be a PrototypeObject hace 3 años
SetPrototype.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
SetPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations hace 3 años
Shape.cpp 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag hace 3 años
Shape.h 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag hace 3 años
StringConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
StringConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
StringIterator.cpp e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
StringIterator.h e5753443ae LibJS: Consistently make prototype the last argument in Object ctors hace 4 años
StringIteratorPrototype.cpp be0880fb2c LibJS: Convert StringIterator.prototype to be a PrototypeObject hace 3 años
StringIteratorPrototype.h be0880fb2c LibJS: Convert StringIterator.prototype to be a PrototypeObject hace 3 años
StringObject.cpp 4d5bd092ea LibJS: Use MUST() where applicable hace 3 años
StringObject.h ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr hace 3 años
StringOrSymbol.h 53a8a11973 LibJS: Make StringOrSymbol always be FlyString in the string case hace 4 años
StringPrototype.cpp 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr hace 3 años
StringPrototype.h 2f8eb4f068 LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case hace 4 años
Symbol.cpp dac971b4ae LibJS: Store and return undefined Symbol description hace 4 años
Symbol.h dac971b4ae LibJS: Store and return undefined Symbol description hace 4 años
SymbolConstructor.cpp eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins hace 4 años
SymbolConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
SymbolObject.cpp d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef hace 3 años
SymbolObject.h dac971b4ae LibJS: Store and return undefined Symbol description hace 4 años
SymbolPrototype.cpp 470262c8ab LibJS: Use ErrorType::NotAnObjectOfType instead of NotA hace 3 años
SymbolPrototype.h b661363dfe LibJS: Implement String.prototype[@@toPrimitive]() hace 4 años
TemporaryClearException.h b0faf2287a LibJS: Use linusg@serenityos.org for my new copyright headers, too hace 4 años
TypedArray.cpp 253d9a38d1 LibJS: Convert typed_array_create() to ThrowCompletionOr hace 3 años
TypedArray.h 253d9a38d1 LibJS: Convert typed_array_create() to ThrowCompletionOr hace 3 años
TypedArrayConstructor.cpp 253d9a38d1 LibJS: Convert typed_array_create() to ThrowCompletionOr hace 3 años
TypedArrayConstructor.h fac8f9a94d LibJS: Add the TypedArray.from() method hace 4 años
TypedArrayPrototype.cpp 253d9a38d1 LibJS: Convert typed_array_create() to ThrowCompletionOr hace 3 años
TypedArrayPrototype.h 871a29884d LibJS: Implement proposed TypedArray.prototype.findLast{,Index} hace 4 años
Utf16String.cpp 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage hace 3 años
Utf16String.h 024367d82e LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage hace 3 años
VM.cpp 0cb4d48283 LibJS: Remove unused ExecutionContext::arguments_object hace 3 años
VM.h 406d3199d0 LibJS: Add a way to save/restore the entire execution context stack hace 3 años
Value.cpp f38a5957bf LibJS: Convert has_property() to ThrowCompletionOr hace 3 años
Value.h e14f420a44 LibJS: Add const Value::as_function() hace 3 años
WeakContainer.cpp cdc1315dc8 LibJS: Use IntrusiveList for keeping track of WeakContainers hace 4 años
WeakContainer.h 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakMap.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakMap.h 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakMapConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
WeakMapConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
WeakMapPrototype.cpp 966f4faae4 LibJS: Convert WeakMap.prototype to be a PrototypeObject hace 3 años
WeakMapPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations hace 3 años
WeakRef.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakRef.h 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakRefConstructor.cpp 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr hace 3 años
WeakRefConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
WeakRefPrototype.cpp 777ae53615 LibJS: Convert WeakRef.prototype to be a PrototypeObject hace 3 años
WeakRefPrototype.h 777ae53615 LibJS: Convert WeakRef.prototype to be a PrototypeObject hace 3 años
WeakSet.cpp 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakSet.h 83bd675477 LibJS: Make WeakContainer pruning do less work hace 3 años
WeakSetConstructor.cpp b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr hace 3 años
WeakSetConstructor.h ba9d5c4d54 LibJS: Rename Function => FunctionObject hace 4 años
WeakSetPrototype.cpp 696967d7b6 LibJS: Convert WeakSet.prototype to be a PrototypeObject hace 3 años
WeakSetPrototype.h a9c33b5bbd LibJS: Remove leftover typed_this() declarations hace 3 años