Searched defs:luaG_typeerror (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldebug.c500 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { function
522 luaG_typeerror(L, p1, "concatenate");
530 luaG_typeerror(L, p2, "perform arithmetic on");
/external/syslinux/com32/lua/src/
H A Dldebug.c513 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { function
535 luaG_typeerror(L, p1, "concatenate");
543 luaG_typeerror(L, p2, "perform arithmetic on");

Completed in 63 milliseconds