MCPcopy Create free account
hub / github.com/nodejs/node / bar

Function bar

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

Source from the content-addressed store, hash-verified

7(function() {
8 "use strict";
9 function bar() { return this; }
10
11 function foo(x) {
12 return bar.bind(x);

Callers 1

function-bind.jsFile · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected