Home
last modified time | relevance | path

Searched refs:upvalue_index (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp187 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
H A Dstate.hpp138 int upvalue_index(const int);
H A Dstate_test.cpp112 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() argument
1399 ATF_ADD_TEST_CASE(tcs, upvalue_index); in ATF_INIT_TEST_CASES()
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dlua_module.cpp129 DIR** dirp = state.to_userdata< DIR* >(state.upvalue_index(1)); in files_iterator()