Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ternjs/tern
/ f
Function
f
test/cases/bind.js:1–1 ·
view source on GitHub ↗
(a, b, c, d)
Source
from the content-addressed store, hash-verified
1
function
f(a, b, c, d) {
return
a + b + c + d; }
2
var
g = f.bind(null, 1, 2);
3
4
g(2, 3);
//: number
Callers
10
map
Function · 0.70
infer.js
File · 0.50
withWorklist
Function · 0.50
withSuper
Function · 0.50
ret
Function · 0.50
fill
Function · 0.50
handleId
Function · 0.50
test
Function · 0.50
exportfunc.js
File · 0.50
polyfill.js
File · 0.50
Calls
no outgoing calls
Tested by
1
test
Function · 0.40