Home
last modified time | relevance | path

Searched refs:ScriptMatchType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h107 bool MatchScripts(const Callback &cb, const std::string &matchStr, ScriptMatchType type) const in MatchScripts()
112 case ScriptMatchType::URL: { in MatchScripts()
116 case ScriptMatchType::FILE_NAME: { in MatchScripts()
120 case ScriptMatchType::HASH: { in MatchScripts()
Ddebugger_impl.cpp251 …if (!MatchScripts(scriptFunc, fileName.c_str(), ScriptMatchType::FILE_NAME) || extractor == nullpt… in IsSkipLine()
318 if (!MatchScripts(scriptFunc, location->GetSourceFile(), ScriptMatchType::URL) || in NotifyPaused()
1172 if (!MatchScripts(scriptFunc, metaData.url_, ScriptMatchType::URL)) { in RemoveBreakpoint()
1205 if (!MatchScripts(scriptMatchCallback, url, ScriptMatchType::URL)) { in RemoveBreakpointsByUrl()
1266 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in SetBreakpointByUrl()
1343 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in ProcessSingleBreakpoint()
1692 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in GenerateCallFrame()
1791 if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) { in GetLocalScopeChain()
1879 … if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) { in GetClosureScopeChains()
/arkcompiler/toolchain/tooling/base/
Dpt_script.h24 enum class ScriptMatchType : uint8_t { enum