Searched refs:NeedToSetBreakpointsWhenParsingScript (Results 1 – 2 of 2) sorted by relevance
260 bool NeedToSetBreakpointsWhenParsingScript(const std::string &url);
128 bool DebuggerImpl::NeedToSetBreakpointsWhenParsingScript(const std::string &url) in NeedToSetBreakpointsWhenParsingScript() function in panda::ecmascript::tooling::DebuggerImpl166 if (IsLaunchAccelerateMode() && NeedToSetBreakpointsWhenParsingScript(url)) { in SaveParsedScriptsAndUrl()