Searched refs:upvalue_index (Results 1 – 4 of 4) sorted by relevance
187 state.upvalue_index(nupvalues)); in cxx_closure_trampoline()207 state.upvalue_index(1)); in cxx_function_trampoline()876 lutok::state::upvalue_index(const int index) in upvalue_index() function in lutok::state
138 int upvalue_index(const int);
112 const int i1 = lua_tointeger(raw_state, state.upvalue_index(1)); in c_get_upvalues()113 const int i2 = lua_tointeger(raw_state, state.upvalue_index(2)); in c_get_upvalues()1300 ATF_TEST_CASE_WITHOUT_HEAD(upvalue_index);1301 ATF_TEST_CASE_BODY(upvalue_index) in ATF_TEST_CASE_BODY() argument1399 ATF_ADD_TEST_CASE(tcs, upvalue_index); in ATF_INIT_TEST_CASES()
129 DIR** dirp = state.to_userdata< DIR* >(state.upvalue_index(1)); in files_iterator()