Home
last modified time | relevance | path

Searched defs:active_functions (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Ddebug.cc1704 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