Lines Matching refs:lua_pop
59 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
70 lua_pop(L, 1); /* remove value */ in findfield()
314 lua_pop(L, 1); in luaL_newmetatable()
337 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
589 lua_pop(L, 2); /* pop string and box (closing the box) */ in luaL_pushresult()
616 lua_pop(L, 1); /* pop string */ in luaL_addvalue()
649 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
655 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
831 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
856 lua_pop(L, 1); /* remove object */ in luaL_len()
917 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
929 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
950 lua_pop(L, 1); /* remove field */ in luaL_requiref()