** mark metamethods for basic types */
| 376 | ** mark metamethods for basic types |
| 377 | */ |
| 378 | static void markmt (global_State *g) { |
| 379 | int i; |
| 380 | for (i=0; i < LUA_NUMTYPES; i++) |
| 381 | markobjectN(g, g->mt[i]); |
| 382 | } |
| 383 | |
| 384 | |
| 385 | /* |
no outgoing calls
no test coverage detected