Searched refs:lua_State (Results 1 – 2 of 2) sorted by relevance
34 lua_State* GetLuaState() const { return lua_state_; } in GetLuaState()51 lua_State* lua_state_;
39 virtual void CustomSetup(lua_State* /*L*/) const {} in CustomSetup() argument