LuaTable(int nArr, int nRec) { if (nArr > 0) { arr = <Object?>[]; } if (nRec > 0) { map = HashMap<Object?, Object>(); } }