Searched refs:CommandObjectScriptingObject (Results 1 – 1 of 1) sorted by relevance
1135 class CommandObjectScriptingObject : public CommandObjectRaw { class1137 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject() function in CommandObjectScriptingObject1151 ~CommandObjectScriptingObject() override = default;1564 CommandObjectSP new_cmd(new CommandObjectScriptingObject( in DoExecute()