Lines Matching refs:lua_pop
65 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
76 lua_pop(L, 1); /* remove value */ in findfield()
324 lua_pop(L, 1); in luaL_newmetatable()
347 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
638 lua_pop(L, 1); /* pop string */ in luaL_addvalue()
676 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
689 lua_pop(L, 1); /* remove element from stack */ in luaL_ref()
873 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
898 lua_pop(L, 1); /* remove object */ in luaL_len()
964 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
976 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable()
997 lua_pop(L, 1); /* remove field */ in luaL_requiref()