Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								b9793e603c 
								
							 
						 
						
							
							
								
								LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol  
							
							
							
						 
						
							2020-09-27 20:26:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								340a115dfe 
								
							 
						 
						
							
							
								
								LibJS: Make native function/property callbacks take VM, not Interpreter  
							
							... 
							
							
							
							More work on decoupling the general runtime from Interpreter. The goal
is becoming clearer. Interpreter should be one possible way to execute
code inside a VM. In the future we might have other ways :^) 
							
						 
						
							2020-09-27 20:26:58 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								6444f49d22 
								
							 
						 
						
							
							
								
								LibJS: Make StringOrSymbol not leak strings  
							
							... 
							
							
							
							Ideally this thing would not allocate strings at all, but I'll leave
that as a separate exercise. 
							
						 
						
							2020-08-16 20:31:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Matthew Olsson 
								
							 
						 
						
							
							
							
							
								
							
							
								7a1d485b19 
								
							 
						 
						
							
							
								
								LibJS: Integrate Symbols into objects as valid keys  
							
							... 
							
							
							
							This allows objects properties to be created for symbol keys in addition
to just plain strings/numbers 
							
						 
						
							2020-07-09 23:33:00 +02:00