Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h556 static void LogGetAndStop(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc2051 void Shell::LogGetAndStop(const v8::FunctionCallbackInfo<v8::Value>& args) { in LogGetAndStop() function in v8::Shell
3131 FunctionTemplate::New(isolate, LogGetAndStop)); in CreateD8Template()