Home
last modified time | relevance | path

Searched refs:g_sourceFile (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/static/tests/
Dinspector_server.cpp71 static const std::string g_sourceFile = "source"; variable
116 … JsonProperty<JsonObject::StringT> {"url", g_sourceFile.c_str()})); in TEST_F()
118 inspectorServer.CallDebuggerScriptParsed(ScriptId(scriptId), g_sourceFile); in TEST_F()
283 handler(FrameId(0), std::to_string(0), g_sourceFile, 0, scope_chain, objThis); in DefaultFrameEnumerator()
300 if ((source == g_sourceFile) && restrictToFunction) { in TEST_F()
314 if ((source == g_sourceFile) && !restrictToFunction) { in TEST_F()
349 …RT_THAT(*result, JsonProperties(JsonProperty<JsonObject::StringT> {"scriptSource", g_sourceFile})); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp71 static const std::string g_sourceFile = "source"; variable
116 … JsonProperty<JsonObject::StringT> {"url", g_sourceFile.c_str()})); in TEST_F()
118 inspectorServer.CallDebuggerScriptParsed(ScriptId(scriptId), g_sourceFile); in TEST_F()
283 handler(FrameId(0), std::to_string(0), g_sourceFile, 0, scope_chain, objThis); in DefaultFrameEnumerator()
300 if ((source == g_sourceFile) && restrictToFunction) { in TEST_F()
314 if ((source == g_sourceFile) && !restrictToFunction) { in TEST_F()
349 …RT_THAT(*result, JsonProperties(JsonProperty<JsonObject::StringT> {"scriptSource", g_sourceFile})); in TEST_F()