Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h82 static void debugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc557 void V8Console::debugFunctionCallback( in debugFunctionCallback() function in v8_inspector::V8Console
811 context, commandLineAPI, "debug", V8Console::debugFunctionCallback, in createCommandLineAPI()