gopherjs:replace
()
| 1003 | |
| 1004 | //gopherjs:replace |
| 1005 | func (v Value) Type() Type { |
| 1006 | if v.flag != 0 && v.flag&flagMethod == 0 { |
| 1007 | return toRType(v.typ_) |
| 1008 | } |
| 1009 | return v.typeSlow() |
| 1010 | } |
| 1011 | |
| 1012 | //gopherjs:replace |
| 1013 | func (v Value) Cap() int { |