mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +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()")
|
||||
}
|
||||
|
||||
func (v Value) CallSlice(in []Value) []Value {
|
||||
panic("unimplemented: (reflect.Value).CallSlice()")
|
||||
}
|
||||
|
||||
func (v Value) Method(i int) Value {
|
||||
panic("unimplemented: (reflect.Value).Method()")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user