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

Function AstForStatement

examples/js/processing.js:11900–11903  ·  view source on GitHub ↗
(argument, misc)

Source from the content-addressed store, hash-verified

11898 }
11899
11900 function AstForStatement(argument, misc) {
11901 this.argument = argument;
11902 this.misc = misc;
11903 }
11904 AstForStatement.prototype.toString = function() {
11905 return this.misc.prefix + this.argument.toString();
11906 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected