Searched refs:script_interpreter (Results 1 – 9 of 9) sorted by relevance
90 ScriptInterpreter *script_interpreter = in DoExecute() local93 if (script_interpreter == nullptr) { in DoExecute()103 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()109 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
50 ScriptInterpreterLua script_interpreter(*debugger_sp); in TEST_F() local52 EXPECT_TRUE(script_interpreter.ExecuteOneLine("foo = 1", &result)); in TEST_F()53 EXPECT_FALSE(script_interpreter.ExecuteOneLine("nil = foo", &result)); in TEST_F()
168 ScriptInterpreter *script_interpreter = in FormatObject() local171 if (!script_interpreter) { in FormatObject()176 return script_interpreter->GetScriptedSummary( in FormatObject()
40 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter() argument45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
241 ScriptInterpreter *script_interpreter = in LocateExecutableScriptingResources() local243 if (script_interpreter && in LocateExecutableScriptingResources()244 script_interpreter->IsReservedWord(module_basename.c_str())) { in LocateExecutableScriptingResources()
1522 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget() local1523 if (script_interpreter) { in LoadScriptingResourceInTarget()1545 bool did_load = script_interpreter->LoadScriptingModule( in LoadScriptingResourceInTarget()
395 ScriptInterpreter *script_interpreter = in RunScriptFormatKeyword() local397 if (script_interpreter) { in RunScriptFormatKeyword()401 if (script_interpreter->RunScriptFormatKeyword(script_function_name, t, in RunScriptFormatKeyword()
3137 ScriptInterpreter *script_interpreter = in IOHandlerInterrupt() local3139 if (script_interpreter) { in IOHandlerInterrupt()3140 if (script_interpreter->Interrupt()) in IOHandlerInterrupt()
77 ScriptInterpreter *script_interpreter = in GetPythonInterpreter() local79 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()