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

Function AstInlineObject

examples/js/processing.js:11353–11355  ·  view source on GitHub ↗
(members)

Source from the content-addressed store, hash-verified

11351 }
11352
11353 function AstInlineObject(members) {
11354 this.members = members;
11355 }
11356 AstInlineObject.prototype.toString = function() {
11357 var oldContext = replaceContext;
11358 replaceContext = function(name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected