HomeSort by relevance Sort by last modified time
    Searched defs:luaL_error (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 156 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
196 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
338 luaL_error(L, "stack overflow (%s)", msg);
340 luaL_error(L, "stack overflow");
445 luaL_error(L, "buffer too large");
731 luaL_error(L, "object length is not a number");
819 luaL_error(L, "name conflict for module " LUA_QS, modname);
947 luaL_error(L, "multiple Lua VMs detected");
    [all...]
  /external/skia/third_party/lua/src/
lauxlib.c 156 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
196 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
338 luaL_error(L, "stack overflow (%s)", msg);
340 luaL_error(L, "stack overflow");
445 luaL_error(L, "buffer too large");
731 luaL_error(L, "object length is not a number");
819 luaL_error(L, "name conflict for module " LUA_QS, modname);
947 luaL_error(L, "multiple Lua VMs detected")
    [all...]
  /external/syslinux/com32/lua/src/
lauxlib.c 156 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
196 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
338 luaL_error(L, "stack overflow (%s)", msg);
340 luaL_error(L, "stack overflow");
445 luaL_error(L, "buffer too large");
733 luaL_error(L, "object length is not a number");
821 luaL_error(L, "name conflict for module " LUA_QS, modname);
949 luaL_error(L, "multiple Lua VMs detected")
    [all...]

Completed in 144 milliseconds