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

  /external/lua/src/
lvm.h 48 #define luaV_rawequalobj(t1,t2) luaV_equalobj(NULL,t1,t2)
96 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
lvm.c 407 int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2) {
    [all...]
lapi.c 326 case LUA_OPEQ: i = luaV_equalobj(L, o1, o2); break;

Completed in 106 milliseconds