MCPcopy Create free account
hub / github.com/corbanbrook/dsp.js / AstStatement

Function AstStatement

examples/js/processing.js:11498–11500  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

11496 return "var " + this.definitions.join(",");
11497 };
11498 function AstStatement(expression) {
11499 this.expression = expression;
11500 }
11501 AstStatement.prototype.toString = function() {
11502 return this.expression.toString();
11503 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected