Searched refs:get_metafield (Results 1 – 5 of 5) sorted by relevance
91 bool get_metafield(const int, const std::string&);
96 * New methods added to the state class: `get_metafield`, `get_metatable`,
341 lutok::state::get_metafield(const int index, const std::string& name) in get_metafield() function in lutok::state
242 ATF_REQUIRE(state.get_metafield(-1, "foo")); in ATF_TEST_CASE_BODY()257 ATF_REQUIRE(!state.get_metafield(-1, "bar")); in ATF_TEST_CASE_BODY()
93 if (state.get_metafield(table_index, "tree_key")) { in get_tree_key()