MCPcopy
hub / github.com/ternjs/tern / infer.js

File infer.js

lib/infer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Main type inference engine
2
3// Walks an AST, building up a graph of abstract values and constraints
4// that cause types to flow from one node to another. Also defines a

Callers

nothing calls this directly

Calls 15

extendFunction · 0.85
withWorklistFunction · 0.85
addFunction · 0.85
ignoredPropFunction · 0.85
canonicalTypeFunction · 0.85
objsWithPropFunction · 0.85
similarTypeFunction · 0.85
maybeIteratorFunction · 0.85
isIntegerFunction · 0.85
registerPropFunction · 0.85
hFunction · 0.85
cFunction · 0.85

Tested by

no test coverage detected