Searched refs:get_metatable (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/lutok/dist/
H A Dstate.hpp101 bool get_metatable(const int = -1);
H A Dstate_test.cpp270 ATF_REQUIRE(state.get_metatable());
289 ATF_REQUIRE(state.get_metatable(-2));
305 ATF_REQUIRE(!state.get_metatable(-1));
H A Dstate.cpp353 lutok::state::get_metatable(const int index) function in class:lutok::state

Completed in 263 milliseconds