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