mirror of https://github.com/Hilbis/Hilbish
fix: keep table methods in sync with c lua
parent
d9b177b771
commit
c3025b1417
|
@ -15,6 +15,8 @@ func NewTable() *Table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *Table) SetRuntime(mlr *Runtime) {}
|
||||||
|
|
||||||
func (t *Table) Get(val Value) Value {
|
func (t *Table) Get(val Value) Value {
|
||||||
return t.lt.Get(val)
|
return t.lt.Get(val)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue