Source position: lua.pas line 357
function lua_pcall(
L: Plua_State;
nargs: Integer;
nresults: Integer;
errfunc: Integer
):Integer;