(obj LValue, event string)
| 327 | } |
| 328 | |
| 329 | func (ls *LState) GetMetaField(obj LValue, event string) LValue { |
| 330 | return ls.metaOp1(obj, event) |
| 331 | } |
| 332 | |
| 333 | func (ls *LState) GetTypeMetatable(typ string) LValue { |
| 334 | return ls.GetField(ls.Get(RegistryIndex), typ) |