github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/syscall/js/go112_js.go (about)

     1  // +build js
     2  // +build !go1.13
     3  
     4  package js
     5  
     6  func (v Value) String() string {
     7  	return v.internal().String()
     8  }