Home
last modified time | relevance | path

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

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp424 int wxl_type_ = (int)lua_tonumber(L, -1); in EnumerateTable() local
425 … name = wxString::Format(wxT("%s(%s)"), wxluaT_typename(L, wxl_type_).c_str(), name.c_str()); in EnumerateTable()
563 int wxLuaDebugData::GetTypeValue(lua_State *L, int stack_idx, int* wxl_type_, wxString& value) in GetTypeValue() argument
639 if (wxl_type_) *wxl_type_ = wxl_type; in GetTypeValue()