Home
last modified time | relevance | path

Searched refs:FrameFunctionCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes.h1296 int FrameFunctionCount() const;
Dframes.cc236 int StackTraceFrameIterator::FrameFunctionCount() const { in FrameFunctionCount() function in v8::internal::StackTraceFrameIterator
/third_party/node/deps/v8/src/debug/
Ddebug.cc419 current_frame_count -= frames_it.FrameFunctionCount(); in RestoreDebug()
2435 counter += it.FrameFunctionCount(); in CurrentFrameCount()