Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ternjs/tern
/ h
Function
h
test/cases/bind.js:7–7 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
5
g;
//: fn(c: number, d: number) -> number
6
7
function
h(a) {
return
{a: a, th: this}; }
8
var
i = h.bind({str:
"foo"
}, 2);
9
10
i.call({x: 1});
//:: {a: number, th: {str: string}}
Callers
1
infer.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected