Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								ea7cc70118 
								
							 
						 
						
							
							
								
								LibJS: Convert Duration AOs to ThrowCompletionOr  
							
							
							
						 
						
							2021-09-17 08:25:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								683e31e1ff 
								
							 
						 
						
							
							
								
								LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr  
							
							
							
						 
						
							2021-09-16 22:34:24 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								59df50a950 
								
							 
						 
						
							
							
								
								LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()  
							
							... 
							
							
							
							This is a normative change in the Temporal spec.
See: ababe1b 
							
						 
						
							2021-09-01 15:11:35 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Brian Gianforcaro 
								
							 
						 
						
							
							
							
							
								
							
							
								b10657a2b6 
								
							 
						 
						
							
							
								
								LibJS: Remove unused includes out of Cell.h, move to the users  
							
							... 
							
							
							
							Almost everything in LibJS includes Cell.h, don't force all code to
include AK/TypeCasts.h + AK/String.h. Instead include them where they
are actually used and required. 
							
						 
						
							2021-08-01 08:10:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								5c77885873 
								
							 
						 
						
							
							
								
								LibJS: Implement Temporal.Duration.from()  
							
							... 
							
							
							
							...with ParseTemporalDurationString currently TODO()'d. 
							
						 
						
							2021-07-19 00:34:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								7921d8ba91 
								
							 
						 
						
							
							
								
								LibJS: Start implementing Temporal.Duration  
							
							... 
							
							
							
							This patch adds the Duration object itself, its constructor and
prototype (currently empty), and three required abstract operations. 
							
						 
						
							2021-07-16 01:07:01 +01:00