MCPcopy
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

5g; //: fn(c: number, d: number) -> number
6
7function h(a) { return {a: a, th: this}; }
8var i = h.bind({str: "foo"}, 2);
9
10i.call({x: 1}); //:: {a: number, th: {str: string}}

Callers 1

infer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected