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

Function AstMethod

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

Source from the content-addressed store, hash-verified

11867 }
11868
11869 function AstMethod(name, params, body) {
11870 this.name = name;
11871 this.params = params;
11872 this.body = body;
11873 }
11874 AstMethod.prototype.toString = function(){
11875 var paramNames = appendToLookupTable({}, this.params.getNames());
11876 var oldContext = replaceContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected