MCPcopy Index your code
hub / github.com/gpujs/gpu.js / astFunction

Method astFunction

src/backend/function-node.js:999–1001  ·  view source on GitHub ↗

* @abstract * @param {Object} ast * @param {String[]} retArr * @returns {String[]}

(ast, retArr)

Source from the content-addressed store, hash-verified

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*

Callers 2

astFunctionExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected