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

Function AstExpression

examples/js/processing.js:11416–11419  ·  view source on GitHub ↗
(expr, transforms)

Source from the content-addressed store, hash-verified

11414 }
11415
11416 function AstExpression(expr, transforms) {
11417 this.expr = expr;
11418 this.transforms = transforms;
11419 }
11420 AstExpression.prototype.toString = function() {
11421 var transforms = this.transforms;
11422 var expr = replaceContextInVars(this.expr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected