Home
last modified time | relevance | path

Searched refs:registry_index (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/kyua/utils/config/
H A Dlua_module.cpp58 state.push_value(lutok::registry_index); in get_global_tree()
276 state.push_value(lutok::registry_index); in redirect()
/freebsd/contrib/lutok/
H A Dstate.hpp59 extern const int registry_index;
H A Dstate.cpp215 const int lutok::registry_index = LUA_REGISTRYINDEX; member in lutok
321 lua_pushvalue(_pimpl->lua_state, registry_index); in get_global_table()
H A DNEWS43 * New global constants: registry_index.
H A Dstate_test.cpp933 ATF_TEST_CASE_WITHOUT_HEAD(registry_index);
934 ATF_TEST_CASE_BODY(registry_index) in ATF_TEST_CASE_BODY() argument
937 lua_pushvalue(raw(state), lutok::registry_index); in ATF_TEST_CASE_BODY()
1154 ATF_ADD_TEST_CASE(tcs, registry_index); in ATF_INIT_TEST_CASES()