* @abstract * @param {Object} ast * @param {String[]} retArr * @returns {String[]}
(ast, retArr)
| 997 | * @returns {String[]} |
| 998 | */ |
| 999 | astFunction(ast, retArr) { |
| 1000 | throw new Error(`"astFunction" not defined on ${ this.constructor.name }`); |
| 1001 | } |
| 1002 | |
| 1003 | /** |
| 1004 | * @desc Parses the abstract syntax tree for to its *named function declaration* |
no outgoing calls
no test coverage detected