Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h167 bool IsSkipLine(const JSPtLocation &location);
Ddebugger_impl.cpp117 if (IsSkipLine(location)) { in NotifySingleStep()
135 if (IsSkipLine(location)) { in NotifySingleStep()
144 bool DebuggerImpl::IsSkipLine(const JSPtLocation &location) in IsSkipLine() function in panda::ecmascript::tooling::DebuggerImpl