Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h58 static void traceCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc316 void V8Console::traceCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in traceCallback() function in v8_inspector::V8Console
695 V8Console::traceCallback); in createConsole()