MCPcopy
hub / github.com/ternjs/tern / fill

Function fill

lib/infer.js:1389–1395  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1387 };
1388 }
1389 function fill(f) {
1390 return function(node, scope, out, name) {
1391 if (!out) out = new AVal;
1392 f(node, scope, out, name);
1393 return out;
1394 };
1395 }
1396
1397 var inferExprVisitor = exports.inferExprVisitor = {
1398 ArrayExpression: ret(function(node, scope) {

Callers 1

infer.jsFile · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…