mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:22:45 +00:00 
			
		
		
		
	LibJS: Fix VariableNameToInitialize name spelling
This commit is contained in:
		
							parent
							
								
									e03f43e1b5
								
							
						
					
					
						commit
						e32a597d78
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -139,7 +139,7 @@ private: | |||
|     bool m_has_simple_parameter_list : 1 { false }; | ||||
|     FunctionKind m_kind : 3 { FunctionKind::Normal }; | ||||
| 
 | ||||
|     struct VariableNameToInitianlize { | ||||
|     struct VariableNameToInitialize { | ||||
|         Identifier const& identifier; | ||||
|         bool parameter_binding { false }; | ||||
|         bool function_name { false }; | ||||
|  | @ -150,7 +150,7 @@ private: | |||
|     HashTable<DeprecatedFlyString> m_parameter_names; | ||||
|     Vector<FunctionDeclaration const&> m_functions_to_initialize; | ||||
|     bool m_arguments_object_needed { false }; | ||||
|     Vector<VariableNameToInitianlize> m_var_names_to_initialize_binding; | ||||
|     Vector<VariableNameToInitialize> m_var_names_to_initialize_binding; | ||||
|     Vector<StringView> m_function_names_to_initialize_binding; | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling