| /src/external/bsd/lutok/dist/ |
| debug.cpp | 42 lua_Debug lua_debug; member in struct:lutok::debug::impl 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) 85 lua_getstack(raw_state, level, &_pimpl->lua_debug); 89 /// Accessor for the 'event' field of lua_Debug. 91 /// \return Returns the 'event' field of the internal lua_Debug structure. 95 return _pimpl->lua_debug.event; 99 /// Accessor for the 'name' field of lua_Debug. 101 /// \return Returns the 'name' field of the internal lua_Debug structure. 105 assert(_pimpl->lua_debug.name != NULL) [all...] |
| debug.cpp | 42 lua_Debug lua_debug; member in struct:lutok::debug::impl 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) 85 lua_getstack(raw_state, level, &_pimpl->lua_debug); 89 /// Accessor for the 'event' field of lua_Debug. 91 /// \return Returns the 'event' field of the internal lua_Debug structure. 95 return _pimpl->lua_debug.event; 99 /// Accessor for the 'name' field of lua_Debug. 101 /// \return Returns the 'name' field of the internal lua_Debug structure. 105 assert(_pimpl->lua_debug.name != NULL) [all...] |
| debug.cpp | 42 lua_Debug lua_debug; member in struct:lutok::debug::impl 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) 85 lua_getstack(raw_state, level, &_pimpl->lua_debug); 89 /// Accessor for the 'event' field of lua_Debug. 91 /// \return Returns the 'event' field of the internal lua_Debug structure. 95 return _pimpl->lua_debug.event; 99 /// Accessor for the 'name' field of lua_Debug. 101 /// \return Returns the 'name' field of the internal lua_Debug structure. 105 assert(_pimpl->lua_debug.name != NULL) [all...] |
| debug.cpp | 42 lua_Debug lua_debug; member in struct:lutok::debug::impl 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) 85 lua_getstack(raw_state, level, &_pimpl->lua_debug); 89 /// Accessor for the 'event' field of lua_Debug. 91 /// \return Returns the 'event' field of the internal lua_Debug structure. 95 return _pimpl->lua_debug.event; 99 /// Accessor for the 'name' field of lua_Debug. 101 /// \return Returns the 'name' field of the internal lua_Debug structure. 105 assert(_pimpl->lua_debug.name != NULL) [all...] |