** mark metamethods for basic types */
| 287 | ** mark metamethods for basic types |
| 288 | */ |
| 289 | static void markmt (global_State *g) { |
| 290 | int i; |
| 291 | for (i=0; i < LUA_NUMTAGS; i++) |
| 292 | markobjectN(g, g->mt[i]); |
| 293 | } |
| 294 | |
| 295 | |
| 296 | /* |
no outgoing calls
no test coverage detected