Searched refs:script_interpreter (Results 1 – 7 of 7) sorted by relevance
111 ScriptInterpreter *script_interpreter = in DoExecute() local114 if (script_interpreter == nullptr) { in DoExecute()124 script_interpreter->ExecuteInterpreterLoop(); in DoExecute()130 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
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()
1509 ScriptInterpreter *script_interpreter = debugger.GetScriptInterpreter(); in LoadScriptingResourceInTarget() local1510 if (script_interpreter) { in LoadScriptingResourceInTarget()1532 bool did_load = script_interpreter->LoadScriptingModule( in LoadScriptingResourceInTarget()
396 ScriptInterpreter *script_interpreter = in RunScriptFormatKeyword() local398 if (script_interpreter) { in RunScriptFormatKeyword()402 if (script_interpreter->RunScriptFormatKeyword(script_function_name, t, in RunScriptFormatKeyword()
2923 ScriptInterpreter *script_interpreter = in IOHandlerInterrupt() local2925 if (script_interpreter) { in IOHandlerInterrupt()2926 if (script_interpreter->Interrupt()) in IOHandlerInterrupt()
222 ScriptInterpreter *script_interpreter = in GetPythonInterpreter() local224 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()