mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			588 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			588 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ===== AST after reference-resolving =====
 | ||
| SystemUTCEpochMilliseconds():
 | ||
| TreeList
 | ||
|   BinaryOperation Assignment
 | ||
|     Var global
 | ||
|     FunctionCall
 | ||
|       UnresolvedReference GetGlobalObject
 | ||
|   BinaryOperation Assignment
 | ||
|     Var nowNs
 | ||
|     FunctionCall
 | ||
|       UnresolvedReference HostSystemUTCEpochNanoseconds
 | ||
|       Var global
 | ||
|   ReturnNode
 | ||
|     FunctionCall
 | ||
|       UnresolvedReference 𝔽
 | ||
|       FunctionCall
 | ||
|         UnresolvedReference floor
 | ||
|         BinaryOperation Division
 | ||
|           Var nowNs
 | ||
|           BinaryOperation Power
 | ||
|             MathematicalConstant 10
 | ||
|             MathematicalConstant 6
 | ||
| 
 | 
