Source position: lua.pas line 679
function luaL_loadbuffer(
L: Plua_State;
const buff: PChar;
sz: size_t;
const name: PChar
):Integer;