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

Function AstFunction

examples/js/processing.js:11326–11330  ·  view source on GitHub ↗
(name, params, body)

Source from the content-addressed store, hash-verified

11324 }
11325
11326 function AstFunction(name, params, body) {
11327 this.name = name;
11328 this.params = params;
11329 this.body = body;
11330 }
11331 AstFunction.prototype.toString = function() {
11332 var oldContext = replaceContext;
11333 // saving "this." and parameters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected