Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h71 static void timeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc464 void V8Console::timeCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in timeCallback() function in v8_inspector::V8Console
719 V8Console::timeCallback); in createConsole()