Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ bar
Function
bar
deps/v8/test/mjsunit/function-bind.js:213–217 ·
view source on GitHub ↗
(x, y, z)
Source
from the content-addressed store, hash-verified
211
// Test constructor calls.
212
213
function
bar(x, y, z) {
214
this.x = x;
215
this.y = y;
216
this.z = z;
217
}
218
219
f = bar.bind(bar);
220
var
obj2 =
new
f(1,2,3);
Callers
15
modules-skip-init1.mjs
File · 0.90
foo
Function · 0.70
store_mutable_heap_slot_context_specialized.js
File · 0.70
regress-420464880.js
File · 0.70
modules-import-meta-turbo.mjs
File · 0.70
regress-401073454.js
File · 0.70
regress-417624826.js
File · 0.70
foo
Function · 0.70
regress-393408781.js
File · 0.70
stack-trace-cpp-function-template-2.js
File · 0.70
stack-trace-cpp-function-template-3.js
File · 0.70
modules-exports2.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected