Searched refs:luaG_typeerror (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ldebug.h | 24 LUAI_FUNC l_noret luaG_typeerror (lua_State *L, const TValue *o,
|
D | ldebug.c | 513 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror() function 535 luaG_typeerror(L, p1, "concatenate"); in luaG_concaterror() 543 luaG_typeerror(L, p2, "perform arithmetic on"); in luaG_aritherror()
|
D | lvm.c | 125 luaG_typeerror(L, t, "index"); in luaV_gettable() 163 luaG_typeerror(L, t, "index"); in luaV_settable() 352 luaG_typeerror(L, rb, "get length of"); in luaV_objlen()
|
D | ldo.c | 279 luaG_typeerror(L, func, "call"); in tryfuncTM()
|