MCPcopy
hub / github.com/gpujs/gpu.js / astEmptyStatement

Method astEmptyStatement

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

* @desc Parses the abstract syntax tree for an *Empty* Statement * @param {Object} eNode - An ast Node * @param {Array} retArr - return array string * @returns {Array} the append retArr

(eNode, retArr)

Source from the content-addressed store, hash-verified

1060 * @returns {Array} the append retArr
1061 */
1062 astEmptyStatement(eNode, retArr) {
1063 return retArr;
1064 }
1065 astBlockStatement(ast, retArr) {
1066 return retArr;
1067 }

Callers 1

astGenericMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected