(node)
| 486 | } |
| 487 | |
| 488 | function isFunExpr(node) { return node.type == "FunctionExpression" || node.type == "ArrowFunctionExpression" } |
| 489 | |
| 490 | function applyType(type, self, args, ret, node, aval) { |
| 491 | var fn; |
no outgoing calls
no test coverage detected
searching dependent graphs…