Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
76
var
y = 44;
77
78
function
f_bound_this(z) {
79
return
z + this.y - this.x;
80
}
81
82
assertEquals(3, f_bound_this(1))
83
f = f_bound_this.bind(obj);
Callers
1
function-bind.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected