** mark metamethods for basic types */
| 333 | ** mark metamethods for basic types |
| 334 | */ |
| 335 | static void markmt (global_State *g) { |
| 336 | int i; |
| 337 | for (i=0; i < LUA_NUMTAGS; i++) |
| 338 | markobjectN(g, g->mt[i]); |
| 339 | } |
| 340 | |
| 341 | |
| 342 | /* |
no outgoing calls
no test coverage detected