MCPcopy Index your code
hub / github.com/nodejs/node / f_bound_this

Function f_bound_this

deps/v8/test/mjsunit/function-bind.js:78–80  ·  view source on GitHub ↗
(z)

Source from the content-addressed store, hash-verified

76var y = 44;
77
78function f_bound_this(z) {
79 return z + this.y - this.x;
80}
81
82assertEquals(3, f_bound_this(1))
83f = f_bound_this.bind(obj);

Callers 1

function-bind.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected