Home
last modified time | relevance | path

Searched refs:checkfield (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dltablib.c36 static int checkfield (lua_State *L, const char *key, int n) { in checkfield() function
50 (!(what & TAB_R) || checkfield(L, "__index", ++n)) && in checktab()
51 (!(what & TAB_W) || checkfield(L, "__newindex", ++n)) && in checktab()
52 (!(what & TAB_L) || checkfield(L, "__len", ++n))) { in checktab()