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