mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
Stub CallSlice for Value
This commit is contained in:
@@ -2011,6 +2011,10 @@ func (v Value) Call(in []Value) []Value {
|
|||||||
panic("unimplemented: (reflect.Value).Call()")
|
panic("unimplemented: (reflect.Value).Call()")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (v Value) CallSlice(in []Value) []Value {
|
||||||
|
panic("unimplemented: (reflect.Value).CallSlice()")
|
||||||
|
}
|
||||||
|
|
||||||
func (v Value) Method(i int) Value {
|
func (v Value) Method(i int) Value {
|
||||||
panic("unimplemented: (reflect.Value).Method()")
|
panic("unimplemented: (reflect.Value).Method()")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user