mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:12:45 +00:00 
			
		
		
		
	LibJS: Visit OrdinaryFunctionObject's owning realm
This commit is contained in:
		
							parent
							
								
									59982ef582
								
							
						
					
					
						commit
						073a1dec16
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -98,6 +98,7 @@ void OrdinaryFunctionObject::visit_edges(Visitor& visitor) | |||
| { | ||||
|     Base::visit_edges(visitor); | ||||
|     visitor.visit(m_environment); | ||||
|     visitor.visit(m_realm); | ||||
| } | ||||
| 
 | ||||
| FunctionEnvironment* OrdinaryFunctionObject::create_environment(FunctionObject& function_being_invoked) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Idan Horowitz
						Idan Horowitz