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

  /external/chromium_org/third_party/skia/third_party/lua/src/
llimits.h 64 #define lua_longassert(c) { if (!(c)) lua_assert(0); } macro
68 #define lua_longassert(c) ((void)0) macro
lobject.h 180 lua_longassert(!iscollectable(obj) || \
lgc.c 72 lua_longassert(!iscollectable(obj) || righttt(obj))
    [all...]

Completed in 77 milliseconds