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()
626 lua_pop(L, 1); /* pop string */ in luaL_addvalue()
664 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
677 lua_pop(L, 1); /* remove element from stack */ in luaL_ref()
859 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
884 lua_pop(L, 1); /* remove object */ in luaL_len()
946 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
958 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
979 lua_pop(L, 1); /* remove field */ in luaL_requiref()