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

Function AstRoot

examples/js/processing.js:12028–12030  ·  view source on GitHub ↗
(statements)

Source from the content-addressed store, hash-verified

12026 };
12027
12028 function AstRoot(statements) {
12029 this.statements = statements;
12030 }
12031 AstRoot.prototype.toString = function() {
12032 var localNames = getLocalNames(this.statements);
12033 replaceContext = function(name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected