Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h57 static void tableCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc312 void V8Console::tableCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in tableCallback() function in v8_inspector::V8Console
693 V8Console::tableCallback); in createConsole()
801 context, commandLineAPI, "table", V8Console::tableCallback, in createCommandLineAPI()