Lines Matching refs:lua_pop
43 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
54 lua_pop(L, 1); /* remove value */ in findfield()
66 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname()
235 lua_pop(L, 1); in luaL_newmetatable()
256 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
484 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
490 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
560 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
587 lua_pop(L, 1); /* remove object */ in luaL_len()
632 lua_pop(L, 1); /* remove this nil */ in luaL_findtable()
639 lua_pop(L, 2); /* remove table and value */ in luaL_findtable()
670 lua_pop(L, 1); /* remove previous result */ in luaL_pushmodule()
692 lua_pop(L, nup); /* remove upvalues */ in luaL_openlib()
713 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
725 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
749 lua_pop(L, 1); /* remove _LOADED table */ in luaL_requiref()
787 lua_pop(L, 1); in luaL_checkversion_()