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

Function createFunctionBindCall

test/fixtures/snapshot/typescript.js:26697–26699  ·  view source on GitHub ↗
(target, thisArg, argumentsList)

Source from the content-addressed store, hash-verified

26695 /*typeArguments*/ undefined, argumentsList);
26696 }
26697 function createFunctionBindCall(target, thisArg, argumentsList) {
26698 return createMethodCall(target, "bind", __spreadArray([thisArg], argumentsList, true));
26699 }
26700 function createFunctionCallCall(target, thisArg, argumentsList) {
26701 return createMethodCall(target, "call", __spreadArray([thisArg], argumentsList, true));
26702 }

Callers

nothing calls this directly

Calls 1

createMethodCallFunction · 0.85

Tested by

no test coverage detected