Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h68 static void profileEndCallback(const v8::FunctionCallbackInfo<v8::Value>&);
Dv8-console.cc408 void V8Console::profileEndCallback( in profileEndCallback() function in v8_inspector::V8Console
713 V8Console::profileEndCallback); in createConsole()
795 context, commandLineAPI, "profileEnd", V8Console::profileEndCallback, in createCommandLineAPI()