* Metatable construction identity methods. */
| 1700 | * Metatable construction identity methods. |
| 1701 | */ |
| 1702 | void type_identity::build_metatable(lua_State *state) const |
| 1703 | { |
| 1704 | MakePrimitiveMetatable(state, this); |
| 1705 | } |
| 1706 | |
| 1707 | void container_identity::build_metatable(lua_State *state) const |
| 1708 | { |
no test coverage detected