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