Searched defs:active_functions (Results 1 – 1 of 1) sorted by relevance
1704 static void CollectActiveFunctionsFromThread( in CollectActiveFunctionsFromThread()1848 explicit ActiveFunctionsCollector(List<Handle<JSFunction> >* active_functions, in ActiveFunctionsCollector()1924 List<Handle<JSFunction> > active_functions(100); in PrepareForBreakPoints() local