Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h262 bool NeedToSetBreakpointsWhenParsingScript(const std::string &url);
Ddebugger_impl.cpp122 bool DebuggerImpl::NeedToSetBreakpointsWhenParsingScript(const std::string &url) in NeedToSetBreakpointsWhenParsingScript() function in panda::ecmascript::tooling::DebuggerImpl
160 if (IsLaunchAccelerateMode() && NeedToSetBreakpointsWhenParsingScript(url)) { in SaveParsedScriptsAndUrl()