** mark metamethods for basic types */
| 299 | ** mark metamethods for basic types |
| 300 | */ |
| 301 | static void markmt (global_State *g) { |
| 302 | int i; |
| 303 | for (i=0; i < LUA_NUMTAGS; i++) |
| 304 | markobject(g, g->mt[i]); |
| 305 | } |
| 306 | |
| 307 | |
| 308 | /* |
no outgoing calls
no test coverage detected