LibJS/JIT: Provide source location information for JIT code 
						
					 
				 
				2023-10-31 07:07:17 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									Contrib /Test262
									
								 
							
						
					 
				 
				
					
						
							
							LibJS: Make Heap::allocate<T>() infallible 
						
					 
				 
				2023-08-13 15:38:42 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS: Move Heap intrusive list manipulation inline 
						
					 
				 
				2023-10-07 11:36:28 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS: Don't try to use backtrace(3) on Android below API level 33 
						
					 
				 
				2023-11-01 14:30:30 -06:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS+Embedders: Unify stack trace format for uncaught errors 
						
					 
				 
				2023-11-02 07:37:41 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							LibJS: Save scheduled jumps when entering unwind contexts 
						
					 
				 
				2023-10-30 13:10:08 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 
						
					 
				 
				2023-10-07 07:13:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Mark classes and virtual functions final where possible 
						
					 
				 
				2023-08-13 18:05:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS/JIT: Dump disassembly of generated code using LibX86 
						
					 
				 
				2023-10-27 21:49:55 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 
						
					 
				 
				2023-10-07 07:13:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Begin implementing console.dir 
						
					 
				 
				2023-06-22 06:46:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb: Bring script fetching closer to the spec 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb: Bring script fetching closer to the spec 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add ModuleWithSpecifier for LoadedModules 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Make "foo"_string infallible 
						
					 
				 
				2023-08-07 16:03:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove needless trailing semi-colons after functions 
						
					 
				 
				2023-07-08 10:32:56 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Use OrderedHashMap for the Shape property table 
						
					 
				 
				2023-09-17 21:00:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Fix redundancy-detection when printing raw values 
						
					 
				 
				2023-06-15 08:09:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb: Bring script fetching closer to the spec 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS+LibWeb: Bring script fetching closer to the spec 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Syntax error for a unary expression followed by exponentiation 
						
					 
				 
				2023-09-28 13:11:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Identify global variables during parsing 
						
					 
				 
				2023-07-12 16:03:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add to_string definitions to CodeGenerationError and ParserError 
						
					 
				 
				2023-02-17 09:14:23 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add to_string definitions to CodeGenerationError and ParserError 
						
					 
				 
				2023-02-17 09:14:23 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make line-and-column resolution fast for large minified JS 
						
					 
				 
				2023-09-12 17:21:42 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make Value::to_string_without_side_effects() infallible 
						
					 
				 
				2023-08-09 17:09:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove the AK:: qualifier from Stream usages 
						
					 
				 
				2023-02-13 00:50:07 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add GC graph dumper 
						
					 
				 
				2023-08-17 18:27:02 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add LoadedModules to Script and CyclicModule 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Add LoadedModules to Script and CyclicModule 
						
					 
				 
				2023-10-31 18:09:14 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make line-and-column resolution fast for large minified JS 
						
					 
				 
				2023-09-12 17:21:42 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make line-and-column resolution fast for large minified JS 
						
					 
				 
				2023-09-12 17:21:42 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make line-and-column resolution fast for large minified JS 
						
					 
				 
				2023-09-12 17:21:42 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove unused realm parameter from run_and_return_frame() 
						
					 
				 
				2023-09-21 16:19:13 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Implement import.meta for bytecode 
						
					 
				 
				2023-07-14 06:06:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibSyntax+Userland: Make LibSyntax not depend on LibGUI 
						
					 
				 
				2023-08-29 07:57:39 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibSyntax: Teach each highlighter about it's comment syntax 
						
					 
				 
				2022-11-27 18:28:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Make PrimitiveString::create() infallible 
						
					 
				 
				2023-08-09 17:09:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Rename FlyString to DeprecatedFlyString 
						
					 
				 
				2023-01-09 23:00:24 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK+Everywhere: Remove the null state of DeprecatedString 
						
					 
				 
				2023-10-13 18:33:21 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibJS: Remove DeprecatedString usage from Token 
						
					 
				 
				2023-01-26 20:25:25 +00:00