Lines Matching refs:lua_pop
53 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
64 lua_pop(L, 1); /* remove value */ in findfield()
84 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname()
302 lua_pop(L, 1); in luaL_newmetatable()
325 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
598 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
604 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
780 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
805 lua_pop(L, 1); /* remove object */ in luaL_len()
864 lua_pop(L, 1); /* remove this nil */ in luaL_findtable()
871 lua_pop(L, 2); /* remove table and value */ in luaL_findtable()
901 lua_pop(L, 1); /* remove previous result */ in luaL_pushmodule()
923 lua_pop(L, nup); /* remove upvalues */ in luaL_openlib()
943 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
955 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
976 lua_pop(L, 1); /* remove field */ in luaL_requiref()