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

Function AstClassMethod

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

Source from the content-addressed store, hash-verified

11584 }
11585
11586 function AstClassMethod(name, params, body) {
11587 this.name = name;
11588 this.params = params;
11589 this.body = body;
11590 }
11591 AstClassMethod.prototype.toString = function(){
11592 var thisReplacement = replaceContext("this");
11593 var paramNames = appendToLookupTable({}, this.params.getNames());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected