Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
149
func
(v Value) internal() *js.Object {
150
if
!v.inited {
151
return
js.Undefined
152
}
153
return
v.v
154
}
155
156
func
(v Value) Bool() bool {
157
if
vType := v.Type(); vType != TypeBoolean {
Callers
15
Bool
Method · 0.95
Call
Method · 0.95
Float
Method · 0.95
Get
Method · 0.95
Index
Method · 0.95
Int
Method · 0.95
InstanceOf
Method · 0.95
Invoke
Method · 0.95
Length
Method · 0.95
New
Method · 0.95
Set
Method · 0.95
SetIndex
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected