Home
last modified time | relevance | path

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

/external/lua/src/
Dlapi.c56 static TValue *index2value (lua_State *L, int idx) { in index2value() function
234 fr = index2value(L, fromidx); in lua_copy()
235 to = index2value(L, toidx); in lua_copy()
248 setobj2s(L, L->top, index2value(L, idx)); in lua_pushvalue()
261 const TValue *o = index2value(L, idx); in lua_type()
274 const TValue *o = index2value(L, idx); in lua_iscfunction()
280 const TValue *o = index2value(L, idx); in lua_isinteger()
287 const TValue *o = index2value(L, idx); in lua_isnumber()
293 const TValue *o = index2value(L, idx); in lua_isstring()
299 const TValue *o = index2value(L, idx); in lua_isuserdata()
[all …]