Lines Matching refs:lua_pop
44 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
55 lua_pop(L, 1); /* remove value */ in findfield()
67 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname()
236 lua_pop(L, 1); in luaL_newmetatable()
257 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
485 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
491 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
561 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
588 lua_pop(L, 1); /* remove object */ in luaL_len()
633 lua_pop(L, 1); /* remove this nil */ in luaL_findtable()
640 lua_pop(L, 2); /* remove table and value */ in luaL_findtable()
671 lua_pop(L, 1); /* remove previous result */ in luaL_pushmodule()
693 lua_pop(L, nup); /* remove upvalues */ in luaL_openlib()
714 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
726 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
750 lua_pop(L, 1); /* remove _LOADED table */ in luaL_requiref()
788 lua_pop(L, 1); in luaL_checkversion_()