LibJS: Convert ListFormat AOs to ThrowCompletionOr 
						
					 
				 
				2021-09-18 22:59:15 +03:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS: Convert get_method to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert perform_eval to ThrowCompletionOr 
						
					 
				 
				2021-09-21 23:28:38 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert perform_eval to ThrowCompletionOr 
						
					 
				 
				2021-09-21 23:28:38 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make AggregateError inherit from Error 
						
					 
				 
				2021-06-23 13:59:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make AggregateError inherit from Error 
						
					 
				 
				2021-06-23 13:59:17 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement AggregateError 
						
					 
				 
				2021-06-11 18:49:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Replace the boolean argument of Object::set with an enum class 
						
					 
				 
				2021-07-16 17:50:01 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Finish implementing mapped arguments exotic objects :^) 
						
					 
				 
				2021-07-05 02:38:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Behaviour => Behavior 
						
					 
				 
				2021-09-07 13:53:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add Array::create_from() for generic Vector<T> 
						
					 
				 
				2021-09-04 19:08:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Handle possible allocation failure in ArrayBuffer(size_t) 
						
					 
				 
				2021-09-06 01:53:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Handle possible allocation failure in ArrayBuffer(size_t) 
						
					 
				 
				2021-09-06 01:53:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use ThrowCompletionOr in species_constructor() 
						
					 
				 
				2021-09-15 23:46:53 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Close iterator on throw completion in Array.from 
						
					 
				 
				2021-09-24 02:28:17 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert length_of_array_like to ThrowCompletionOr 
						
					 
				 
				2021-09-21 23:28:38 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ArrayIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename abstract_relation() to is_less_than() 
						
					 
				 
				2021-09-24 09:13:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement proposed Array.prototype.findLast{,Index} 
						
					 
				 
				2021-08-06 16:17:25 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement Atomics.isLockFree 
						
					 
				 
				2021-07-14 22:13:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement Atomics.isLockFree 
						
					 
				 
				2021-07-14 22:13:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add a js_bigint(VM&, ...) overload and use it 
						
					 
				 
				2021-08-03 00:14:48 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add a js_bigint(VM&, ...) overload and use it 
						
					 
				 
				2021-08-03 00:14:48 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reorder and add missing name & length properties to Built-ins 
						
					 
				 
				2021-07-08 01:45:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use linusg@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-22 22:51:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 
						
					 
				 
				2021-09-12 00:16:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use linusg@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-22 22:51:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 
						
					 
				 
				2021-09-12 00:16:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Drop "Record" suffix from all the *Environment record classes 
						
					 
				 
				2021-07-01 12:28:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement the Intl.NumberFormat constructor 
						
					 
				 
				2021-09-11 11:05:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Now AOs to ThrowCompletionOr 
						
					 
				 
				2021-09-17 23:43:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove the default length & attributes from define_native_* 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert DataView.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert DataView.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add type range checks to the Date make_day AO 
						
					 
				 
				2021-08-19 19:15:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement a bunch of time value related Date AOs 
						
					 
				 
				2021-07-27 19:51:44 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Date.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make Environment::put_into_environment() return a success bool 
						
					 
				 
				2021-07-02 00:26:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make Environment::put_into_environment() return a success bool 
						
					 
				 
				2021-07-02 00:26:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename ECMAScriptFunctionObject members to match spec names 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename ECMAScriptFunctionObject members to match spec names 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Mark the global object in Environment::visit_edges() 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make Environment::put_into_environment() return a success bool 
						
					 
				 
				2021-07-02 00:26:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Move install_error_cause() from Object to Error 
						
					 
				 
				2021-06-26 19:06:55 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 
						
					 
				 
				2021-06-11 18:49:50 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Use mattco@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-23 08:24:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove ErrorType::NotA and ErrorType::NotAn 
						
					 
				 
				2021-09-12 00:16:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename CallFrame => ExecutionContext 
						
					 
				 
				2021-06-24 19:28:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Avoid allocations in the Exception constructor 
						
					 
				 
				2021-06-03 14:47:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reorganize ExecutionContext a little bit 
						
					 
				 
				2021-09-14 21:41:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 
						
					 
				 
				2021-09-11 16:52:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Change Interpreter::create_with_existing_{global_object => realm} 
						
					 
				 
				2021-09-12 15:18:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make FunctionObject's m_home_object an Object*, not Value 
						
					 
				 
				2021-07-05 13:53:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Drop "Record" suffix from all the *Environment record classes 
						
					 
				 
				2021-07-01 12:28:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename ECMAScriptFunctionObject members to match spec names 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use linusg@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-22 22:51:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add missing has_constructor override to Generator Functions 
						
					 
				 
				2021-07-13 20:40:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert GeneratorObject.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert GeneratorObject.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 
						
					 
				 
				2021-09-12 11:10:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment 
						
					 
				 
				2021-09-12 11:10:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert perform_eval to ThrowCompletionOr 
						
					 
				 
				2021-09-21 23:28:38 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Stop using a native property for Array lengths 
						
					 
				 
				2021-07-07 10:14:44 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Stop using a native property for Array lengths 
						
					 
				 
				2021-07-07 10:14:44 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert get_method to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add the IteratorStep abstract iterator operation 
						
					 
				 
				2021-07-04 00:51:43 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) 
						
					 
				 
				2021-06-25 22:01:23 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Use mattco@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-23 08:24:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							js: Add a simple loadJSON(path) built-in to load JSON from a file 
						
					 
				 
				2021-09-16 21:49:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use OrderedHashMap instead of HashMap in the Map built-in 
						
					 
				 
				2021-06-15 23:51:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert MapIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert MapIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Map.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove leftover typed_this() declarations 
						
					 
				 
				2021-09-13 19:07:26 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Reduce the number of template parameters of IntrusiveList 
						
					 
				 
				2021-09-10 18:05:46 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Always use AK::get_random() in Math.random() 
						
					 
				 
				2021-08-30 18:35:36 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add Math.imul() 
						
					 
				 
				2021-06-05 14:56:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Leave NativeFunction's Realm unset if VM has no Interpreter 
						
					 
				 
				2021-09-12 15:18:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Set the callee context's realm in prepare_for_ordinary_call() 
						
					 
				 
				2021-09-12 11:10:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 
						
					 
				 
				2021-09-12 00:16:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add the Number.prototype.toFixed method 
						
					 
				 
				2021-06-19 16:13:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement Object.getOwnPropertyDescriptors() 
						
					 
				 
				2021-07-06 18:41:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make References see into Environment's bindings as well 
						
					 
				 
				2021-09-15 11:56:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make Environment::put_into_environment() return a success bool 
						
					 
				 
				2021-07-02 00:26:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make ObjectPrototype an immutable prototype exotic object 
						
					 
				 
				2021-07-05 00:53:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String 
						
					 
				 
				2021-08-10 23:07:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted 
						
					 
				 
				2021-08-10 23:07:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use linusg@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-22 22:51:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Promise.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Set the function names for the resolve, reject, and executor 
						
					 
				 
				2021-08-23 00:01:46 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Specify right base for PromiseResolvingElementFunction subclasses 
						
					 
				 
				2021-09-11 22:26:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add define_direct_property and remove the define_property helper 
						
					 
				 
				2021-07-06 14:20:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Stop qualifying AK::Function 
						
					 
				 
				2021-06-27 22:40:49 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rewrite most of Object for spec compliance :^) 
						
					 
				 
				2021-07-04 22:07:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rewrite most of Object for spec compliance :^) 
						
					 
				 
				2021-07-04 22:07:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rewrite most of Object for spec compliance :^) 
						
					 
				 
				2021-07-04 22:07:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use move semantics more when creating Reference objects 
						
					 
				 
				2021-09-11 20:38:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Create a class to provide common methods for object prototypes 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reorder and add missing name & length properties to Built-ins 
						
					 
				 
				2021-07-08 01:45:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert get_method to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rewrite most of Object for spec compliance :^) 
						
					 
				 
				2021-07-04 22:07:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 
						
					 
				 
				2021-09-12 11:10:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 
						
					 
				 
				2021-09-12 11:10:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make References see into Environment's bindings as well 
						
					 
				 
				2021-09-15 11:56:00 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement parsing and execution of optional chains 
						
					 
				 
				2021-09-14 20:03:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use linusg@serenityos.org for my copyright headers 
						
					 
				 
				2021-04-22 22:51:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert is_regexp to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 
						
					 
				 
				2021-08-20 19:16:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize 
						
					 
				 
				2021-08-20 19:16:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert RegExp.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reduce copying of string data in RegExp.prototype 
						
					 
				 
				2021-08-10 23:07:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use OrderedHashTable instead of HashTable in the Set built-in 
						
					 
				 
				2021-06-15 23:51:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert SetIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert SetIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Set.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove leftover typed_this() declarations 
						
					 
				 
				2021-09-13 19:07:26 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes 
						
					 
				 
				2021-09-11 17:01:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes 
						
					 
				 
				2021-09-11 17:01:45 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert length_of_array_like to ThrowCompletionOr 
						
					 
				 
				2021-09-21 23:28:38 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Consistently make prototype the last argument in Object ctors 
						
					 
				 
				2021-06-20 12:12:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert StringIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert StringIterator.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rewrite most of Object for spec compliance :^) 
						
					 
				 
				2021-07-04 22:07:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make StringOrSymbol always be FlyString in the string case 
						
					 
				 
				2021-06-13 19:11:29 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert get_method to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case 
						
					 
				 
				2021-07-27 22:35:24 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Store and return undefined Symbol description 
						
					 
				 
				2021-06-15 18:31:52 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Store and return undefined Symbol description 
						
					 
				 
				2021-06-15 18:31:52 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Reorder and add missing name & length properties to Built-ins 
						
					 
				 
				2021-07-08 01:45:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Store and return undefined Symbol description 
						
					 
				 
				2021-06-15 18:31:52 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use ErrorType::NotAnObjectOfType instead of NotA 
						
					 
				 
				2021-09-12 00:16:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement String.prototype[@@toPrimitive]() 
						
					 
				 
				2021-06-06 19:34:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use linusg@serenityos.org for my new copyright headers, too 
						
					 
				 
				2021-04-24 20:16:31 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert get_method to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make ValidateTypeArray abstraction public 
						
					 
				 
				2021-07-14 20:44:42 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add missing exception checks to {Array, TypedArray}.from() 
						
					 
				 
				2021-09-24 02:28:17 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add the TypedArray.from() method 
						
					 
				 
				2021-07-05 00:27:03 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename strict_eq() to is_strictly_equal() 
						
					 
				 
				2021-09-24 09:13:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement proposed TypedArray.prototype.findLast{,Index} 
						
					 
				 
				2021-08-06 16:17:25 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add a simple reference-counted UTF-16 string 
						
					 
				 
				2021-08-10 23:07:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add a simple reference-counted UTF-16 string 
						
					 
				 
				2021-08-10 23:07:50 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename abstract_relation() to is_less_than() 
						
					 
				 
				2021-09-24 09:13:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename ECMAScriptFunctionObject members to match spec names 
						
					 
				 
				2021-09-25 17:51:30 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use IntrusiveList for keeping track of WeakContainers 
						
					 
				 
				2021-07-21 20:17:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit 
						
					 
				 
				2021-09-11 12:09:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Visit WeakMap's values as long as their keys were not collected 
						
					 
				 
				2021-09-11 18:27:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Visit WeakMap's values as long as their keys were not collected 
						
					 
				 
				2021-09-11 18:27:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert WeakMap.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove leftover typed_this() declarations 
						
					 
				 
				2021-09-13 19:07:26 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 
						
					 
				 
				2021-09-11 14:10:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 
						
					 
				 
				2021-09-11 16:52:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 
						
					 
				 
				2021-09-16 13:53:37 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert WeakRef.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert WeakRef.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit 
						
					 
				 
				2021-09-11 12:09:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 
						
					 
				 
				2021-09-11 16:52:03 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 
						
					 
				 
				2021-09-23 23:59:13 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Rename Function => FunctionObject 
						
					 
				 
				2021-06-27 22:36:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Convert WeakSet.prototype to be a PrototypeObject 
						
					 
				 
				2021-09-12 01:40:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove leftover typed_this() declarations 
						
					 
				 
				2021-09-13 19:07:26 +01:00