Home
last modified time | relevance | path

Searched refs:get_metatable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lutok/
H A Dstate.hpp101 bool get_metatable(const int);
H A DNEWS57 * New methods added to the state class: get_metafield, get_metatable,
H A Dstate.cpp353 lutok::state::get_metatable(const int index) in get_metatable() function in lutok::state
H A Dstate_test.cpp271 ATF_REQUIRE(state.get_metatable(-2)); in ATF_TEST_CASE_BODY()
287 ATF_REQUIRE(!state.get_metatable(-1)); in ATF_TEST_CASE_BODY()