mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 23:13:40 +00:00
reflect: add stubs required for net/http
This commit is contained in:
committed by
GitHub
parent
78d030aa7a
commit
793a3175d3
@@ -840,3 +840,7 @@ func (v Value) FieldByName(name string) Value {
|
||||
func MakeMap(typ Type) Value {
|
||||
panic("unimplemented: reflect.MakeMap()")
|
||||
}
|
||||
|
||||
func (v Value) Call(in []Value) []Value {
|
||||
panic("unimplemented: (reflect.Value).Call()")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user