Searched refs:scripter (Results 1 – 1 of 1) sorted by relevance
1066 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() local1067 if (!scripter) in GetHelpLong()1072 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() local1098 if (!scripter || !scripter->RunScriptBasedCommand( in DoExecute()1136 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw() local1137 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObjectRaw()1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand() local1158 if (!scripter) in GetRepeatCommand()1161 return scripter->GetRepeatCommandForScriptedCommand(m_cmd_obj_sp, args); in GetRepeatCommand()[all …]