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

Function bindSourceFile

test/fixtures/snapshot/typescript.js:44692–44699  ·  view source on GitHub ↗
(file, options)

Source from the content-addressed store, hash-verified

44690 }
44691 var binder = createBinder();
44692 function bindSourceFile(file, options) {
44693 ts.performance.mark("beforeBind");
44694 ts.perfLogger.logStartBindFile("" + file.fileName);
44695 binder(file, options);
44696 ts.perfLogger.logStopBindFile();
44697 ts.performance.mark("afterBind");
44698 ts.performance.measure("Bind", "beforeBind", "afterBind");
44699 }
44700 ts.bindSourceFile = bindSourceFile;
44701 function createBinder() {
44702 var file;

Callers

nothing calls this directly

Calls 7

bindInStrictModeFunction · 0.85
measureMethod · 0.80
popMethod · 0.80
bindFunction · 0.70
markMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected