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

Method astReturnStatement

src/backend/function-node.js:1029–1031  ·  view source on GitHub ↗
(ast, retArr)

Source from the content-addressed store, hash-verified

1027 return false;
1028 }
1029 astReturnStatement(ast, retArr) {
1030 return retArr;
1031 }
1032 astLiteral(ast, retArr) {
1033 this.literalTypes[this.astKey(ast)] = 'Number';
1034 return retArr;

Callers 1

astGenericMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected