Searched defs:errorCallback (Results 1 – 1 of 1) sorted by relevance
165 protected CompiledCode Compile(ScriptSource source, Action<string> errorCallback) in Compile()175 protected void Execute(CompiledCode code, Action<string> errorCallback) in Execute()199 public ErrorHandler(Action<string> errorCallback) in ErrorHandler()209 private readonly Action<string> errorCallback; field in Antmicro.Renode.Core.PythonEngine.ErrorHandler