** mark metamethods for basic types */
| 327 | ** mark metamethods for basic types |
| 328 | */ |
| 329 | static void markmt (global_State *g) { |
| 330 | int i; |
| 331 | for (i=0; i < LUA_NUMTAGS; i++) |
| 332 | markobjectN(g, g->mt[i]); |
| 333 | } |
| 334 | |
| 335 | |
| 336 | /* |
no outgoing calls
no test coverage detected