Home
last modified time | relevance | path

Searched defs:raw_state (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lutok/
H A Dc_gate_test.cpp41 lua_State* raw_state = luaL_newstate(); in ATF_TEST_CASE_BODY() local
63 lua_State* raw_state = gate.c_state(); in ATF_TEST_CASE_BODY() local
H A Ddebug.cpp69 lua_State* raw_state = state_c_gate(s).c_state(); in get_info() local
83 lua_State* raw_state = state_c_gate(s).c_state(); in get_stack() local
H A Dc_gate.cpp63 lutok::state_c_gate::connect(lua_State* raw_state) in connect()
H A Dstate.cpp140 lua_State* raw_state) throw() in call_cxx_function_from_c()
174 cxx_closure_trampoline(lua_State* raw_state) in cxx_closure_trampoline()
203 cxx_function_trampoline(lua_State* raw_state) in cxx_function_trampoline()
901 lutok::state::raw_state(void) in raw_state() function in lutok::state
H A Dexceptions.cpp83 lua_State* raw_state = lutok::state_c_gate(state_).c_state(); in from_stack() local
H A Dstate_test.cpp109 c_get_upvalues(lua_State* raw_state) in c_get_upvalues()