MCPcopy
hub / github.com/gopherjs/gopherjs / jsType

Function jsType

compiler/natives/src/internal/reflectlite/reflectlite.go:24–26  ·  view source on GitHub ↗

gopherjs:new

(typ *abi.Type)

Source from the content-addressed store, hash-verified

22
23// gopherjs:new
24func jsType(typ *abi.Type) *js.Object {
25 return typ.JsType()
26}
27
28//gopherjs:purge Unused, replaced by abi.Name.
29type name struct {

Callers 7

objectMethod · 0.70
IsNilMethod · 0.70
SetMethod · 0.70
FieldMethod · 0.70
methodReceiverFunction · 0.70
valueInterfaceFunction · 0.70
makeMethodValueFunction · 0.70

Calls 1

JsTypeMethod · 0.80

Tested by 1

FieldMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…