Searched refs:registry_index (Results 1 – 5 of 5) sorted by relevance
56 state.push_value(lutok::registry_index); in get_global_tree()274 state.push_value(lutok::registry_index); in redirect()
59 extern const int registry_index;
17 * New global constants: registry_index.
215 const int lutok::registry_index = LUA_REGISTRYINDEX; member in lutok321 lua_pushvalue(_pimpl->lua_state, registry_index); in get_global_table()
1079 ATF_TEST_CASE_WITHOUT_HEAD(registry_index);1080 ATF_TEST_CASE_BODY(registry_index) in ATF_TEST_CASE_BODY() argument1083 lua_pushvalue(raw(state), lutok::registry_index); in ATF_TEST_CASE_BODY()1385 ATF_ADD_TEST_CASE(tcs, registry_index); in ATF_INIT_TEST_CASES()