Searched refs:g_sourceFile (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 75 static const std::string g_sourceFile = "source"; variable 120 … JsonProperty<JsonObject::StringT> {"url", g_sourceFile.c_str()})); in TEST_F() 122 inspectorServer.CallDebuggerScriptParsed(g_mthread, ScriptId(scriptId), g_sourceFile); in TEST_F() 270 handler(FrameId(0), std::to_string(0), g_sourceFile, 0, scope_chain); in TEST_F() 281 if ((source == g_sourceFile) && restrictToFunction) { in TEST_F() 295 if ((source == g_sourceFile) && !restrictToFunction) { in TEST_F() 320 handler(FrameId(0), std::to_string(0), g_sourceFile, 0, scope_chain); in TEST_F() 337 … JsonProperties(JsonProperty<JsonObject::StringT> {"scriptSource", g_sourceFile})); in TEST_F() 414 handler(FrameId(0), std::to_string(0), g_sourceFile, 0, scope_chain); in TEST_F()
|