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