Searched refs:ScriptMatchType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.h | 93 bool MatchScripts(const Callback &cb, const std::string &matchStr, ScriptMatchType type) const in MatchScripts() 98 case ScriptMatchType::URL: { in MatchScripts() 102 case ScriptMatchType::FILE_NAME: { in MatchScripts() 106 case ScriptMatchType::HASH: { in MatchScripts()
|
| D | debugger_impl.cpp | 179 …if (!MatchScripts(scriptFunc, fileName.c_str(), ScriptMatchType::FILE_NAME) || extractor == nullpt… in IsSkipLine() 246 if (!MatchScripts(scriptFunc, location->GetSourceFile(), ScriptMatchType::URL) || in NotifyPaused() 928 if (!MatchScripts(scriptFunc, metaData.url_, ScriptMatchType::URL)) { in RemoveBreakpoint() 987 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in SetBreakpointByUrl() 1403 if (!MatchScripts(scriptFunc, url, ScriptMatchType::URL)) { in GenerateCallFrame() 1495 if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) { in GetLocalScopeChain() 1583 … if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) { in GetClosureScopeChains()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_script.h | 24 enum class ScriptMatchType : uint8_t { enum
|