mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
committed by
Ron Evans
parent
a3d1f1a514
commit
208e1719ad
@@ -92,7 +92,7 @@ func (v Value) Pointer() uintptr {
|
||||
}
|
||||
|
||||
func (v Value) IsValid() bool {
|
||||
panic("unimplemented: (reflect.Value).IsValid()")
|
||||
return v.typecode != 0
|
||||
}
|
||||
|
||||
func (v Value) CanInterface() bool {
|
||||
|
||||
Reference in New Issue
Block a user