Home
last modified time | relevance | path

Searched refs:skipTopFrame (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.h119 bool skipTopFrame = false);
Dv8-stack-trace-impl.cc397 V8Debugger* debugger, const String16& description, bool skipTopFrame) { in capture() argument
414 if (skipTopFrame && !frames.empty()) { in capture()
Dv8-debugger.h174 bool recurring, bool skipTopFrame = false);
Dv8-debugger.cc972 bool skipTopFrame) { in asyncTaskScheduledForStack() argument
976 AsyncStackTrace::capture(this, toString16(taskName), skipTopFrame); in asyncTaskScheduledForStack()