Searched refs:active_functions (Results 1 – 1 of 1) sorted by relevance
1707 List<Handle<JSFunction> >* active_functions, in CollectActiveFunctionsFromThread()1720 active_functions->Add(Handle<JSFunction>(function)); in CollectActiveFunctionsFromThread()1726 active_functions->Add(Handle<JSFunction>(function)); in CollectActiveFunctionsFromThread()1848 explicit ActiveFunctionsCollector(List<Handle<JSFunction> >* active_functions, in ActiveFunctionsCollector() argument1850 : active_functions_(active_functions), in ActiveFunctionsCollector()1924 List<Handle<JSFunction> > active_functions(100); in PrepareForBreakPoints() local1957 &active_functions, in PrepareForBreakPoints()1959 ActiveFunctionsCollector active_functions_collector(&active_functions, in PrepareForBreakPoints()2024 for (int i = 0; i < active_functions.length(); i++) { in PrepareForBreakPoints()2025 Handle<JSFunction> function = active_functions[i]; in PrepareForBreakPoints()[all …]