HomeSort by: relevance | last modified time | path
    Searched defs:upvalue_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/lutok/dist/
state.cpp 187 state.upvalue_index(nupvalues));
207 state.upvalue_index(1));
876 lutok::state::upvalue_index(const int index) function in class:lutok::state
state_test.cpp 112 const int i1 = lua_tointeger(raw_state, state.upvalue_index(1));
113 const int i2 = lua_tointeger(raw_state, state.upvalue_index(2));
1300 ATF_TEST_CASE_WITHOUT_HEAD(upvalue_index); variable
1301 ATF_TEST_CASE_BODY(upvalue_index)
1399 ATF_ADD_TEST_CASE(tcs, upvalue_index);

Completed in 37 milliseconds