MCPcopy
hub / github.com/gopherjs/gopherjs / internal

Method internal

compiler/natives/src/syscall/js/js.go:149–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147}
148
149func (v Value) internal() *js.Object {
150 if !v.inited {
151 return js.Undefined
152 }
153 return v.v
154}
155
156func (v Value) Bool() bool {
157 if vType := v.Type(); vType != TypeBoolean {

Callers 15

BoolMethod · 0.95
CallMethod · 0.95
FloatMethod · 0.95
GetMethod · 0.95
IndexMethod · 0.95
IntMethod · 0.95
InstanceOfMethod · 0.95
InvokeMethod · 0.95
LengthMethod · 0.95
NewMethod · 0.95
SetMethod · 0.95
SetIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected