Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h50 static void debugCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc283 void V8Console::debugCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in debugCallback() function in v8_inspector::V8Console
673 V8Console::debugCallback); in createConsole()