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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
26 LUAI_FUNC int luaV_equalobj_ (lua_State *L, const TValue *t1, const TValue *t2);
lvm.c 260 int luaV_equalobj_ (lua_State *L, const TValue *t1, const TValue *t2) {

Completed in 1305 milliseconds