(state)
| 23 | const { Recoverable } = require('internal/repl'); |
| 24 | |
| 25 | function isTopLevelDeclaration(state) { |
| 26 | return state.ancestors[state.ancestors.length - 2] === state.body; |
| 27 | } |
| 28 | |
| 29 | const noop = FunctionPrototype; |
| 30 | const visitorsWithoutAncestors = { |
no outgoing calls
no test coverage detected