** mark metamethods for basic types */
| 303 | ** mark metamethods for basic types |
| 304 | */ |
| 305 | static void markmt (global_State *g) { |
| 306 | int i; |
| 307 | for (i=0; i < LUA_NUMTAGS; i++) |
| 308 | markobjectN(g, g->mt[i]); |
| 309 | } |
| 310 | |
| 311 | |
| 312 | /* |
no outgoing calls
no test coverage detected