Source position: lauxlib.pas line 77
function luaL_loadbuffer(
L: Plua_State;
const buff: PChar;
size: size_t;
const name: PChar
):Integer;