Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h380 friend void CheckDebuggerUnloaded(bool check_functions); // In test-debug.cc
/external/v8/test/cctest/
Dtest-debug.cc418 void CheckDebuggerUnloaded(bool check_functions) { in CheckDebuggerUnloaded() argument
436 if (check_functions) { in CheckDebuggerUnloaded()
463 static void CheckDebuggerUnloaded(bool check_functions = false) { in CheckDebuggerUnloaded() argument
467 v8::internal::CheckDebuggerUnloaded(check_functions); in CheckDebuggerUnloaded()