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