Searched refs:registry_index (Results 1 – 5 of 5) sorted by relevance
58 state.push_value(lutok::registry_index); in get_global_tree()276 state.push_value(lutok::registry_index); in redirect()
59 extern const int registry_index;
215 const int lutok::registry_index = LUA_REGISTRYINDEX; member in lutok321 lua_pushvalue(_pimpl->lua_state, registry_index); in get_global_table()
43 * New global constants: registry_index.
933 ATF_TEST_CASE_WITHOUT_HEAD(registry_index);934 ATF_TEST_CASE_BODY(registry_index) in ATF_TEST_CASE_BODY() argument937 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()