(typ string)
| 331 | } |
| 332 | |
| 333 | func (ls *LState) GetTypeMetatable(typ string) LValue { |
| 334 | return ls.GetField(ls.Get(RegistryIndex), typ) |
| 335 | } |
| 336 | |
| 337 | func (ls *LState) CallMeta(obj LValue, event string) LValue { |
| 338 | op := ls.metaOp1(obj, event) |
no test coverage detected