Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gopherjs/gopherjs
/ JsPtrTo
Method
JsPtrTo
compiler/natives/src/internal/abi/type.go:231–233 ·
view source on GitHub ↗
gopherjs:new
()
Source
from the content-addressed store, hash-verified
229
230
//gopherjs:new
231
func
(typ *Type) JsPtrTo() *js.Object {
232
return
typ.PtrTo().JsType()
233
}
234
235
//gopherjs:new Shared by reflect and reflectlite rtypes
236
func
(t *Type) String() string {
Callers
9
makeValue
Function · 0.80
mapaccess
Function · 0.80
mapiterkey
Function · 0.80
mapiterelem
Function · 0.80
Field
Method · 0.80
Index
Method · 0.80
UnsafeNew
Function · 0.80
Field
Method · 0.80
makeValue
Function · 0.80
Calls
2
PtrTo
Method · 0.95
JsType
Method · 0.80
Tested by
1
Field
Method · 0.64