Home
last modified time | relevance | path

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

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