Searched refs:scripter (Results 1 – 1 of 1) sorted by relevance
1056 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local1057 if (!scripter) in GetHelpLong()1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()1080 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local1088 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()1126 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw() local1127 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectRaw()1147 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand() local1148 if (!scripter) in GetRepeatCommand()1151 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()[all …]