Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gopherjs/gopherjs
/ Call
Method
Call
tests/testdata/linkname/method/method.go:145–147 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
143
type
Func
func
(int, int) int
144
145
func
(f Func) Call(a, b int) int {
146
return
f(a, b)
147
}
148
149
func
(f *Func) CallPtr(a, b int) int {
150
return
(*f)(a, b)
Callers
15
Test_parseCallFrame
Function · 0.45
Test_MapWrapper
Function · 0.45
Test_MapEmbeddedObject
Function · 0.45
TestPanicIssue1030
Function · 0.45
js_test.go
File · 0.45
TestCall
Function · 0.45
TestUnboxing
Function · 0.45
TestBoxing
Function · 0.45
TestFunc
Function · 0.45
TestDate
Function · 0.45
TestInternalizeDate
Function · 0.45
TestInternalizeStruct
Function · 0.45
Calls
no outgoing calls
Tested by
15
Test_parseCallFrame
Function · 0.36
Test_MapWrapper
Function · 0.36
Test_MapEmbeddedObject
Function · 0.36
TestPanicIssue1030
Function · 0.36
TestCall
Function · 0.36
TestUnboxing
Function · 0.36
TestBoxing
Function · 0.36
TestFunc
Function · 0.36
TestDate
Function · 0.36
TestInternalizeDate
Function · 0.36
TestInternalizeStruct
Function · 0.36
TestInternalizeStructUnexportedFields
Function · 0.36