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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 68 lua_State *co = lua_tothread(L, lua_upvalueindex(1));
liolib.c 484 LStream *p = (LStream *)lua_touserdata(L, lua_upvalueindex(1));
486 int n = (int)lua_tointeger(L, lua_upvalueindex(2));
491 lua_pushvalue(L, lua_upvalueindex(3 + i));
501 if (lua_toboolean(L, lua_upvalueindex(3))) { /* generator created file? */
503 lua_pushvalue(L, lua_upvalueindex(1));
lstrlib.c 642 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls);
643 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp);
650 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3));
660 lua_replace(L, lua_upvalueindex(3));
loadlib.c 390 lua_getfield(L, lua_upvalueindex(1), pname);
482 lua_getfield(L, lua_upvalueindex(1), "searchers"); /* will be at index 3 */
lua.h 41 #define lua_upvalueindex(i) (LUA_REGISTRYINDEX - (i)) macro

Completed in 30 milliseconds