MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / fill

Function fill

lib/web/tern/infer.js:1365–1371  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1363 };
1364 }
1365 function fill(f) {
1366 return function(node, scope, out, name) {
1367 if (!out) out = new AVal;
1368 f(node, scope, out, name);
1369 return out;
1370 };
1371 }
1372
1373 var inferExprVisitor = exports.inferExprVisitor = {
1374 ArrayExpression: ret(function(node, scope) {

Callers 1

infer.jsFile · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected