Home
last modified time | relevance | path

Searched refs:check_functions (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddebug.h373 friend void CheckDebuggerUnloaded(bool check_functions); // In test-debug.cc
/external/v8/test/cctest/
Dtest-debug.cc420 void CheckDebuggerUnloaded(bool check_functions) { in CheckDebuggerUnloaded() argument
438 if (check_functions) { in CheckDebuggerUnloaded()
465 static void CheckDebuggerUnloaded(bool check_functions = false) { in CheckDebuggerUnloaded() argument
469 v8::internal::CheckDebuggerUnloaded(check_functions); in CheckDebuggerUnloaded()