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

Function AstForInExpression

examples/js/processing.js:11528–11531  ·  view source on GitHub ↗
(initStatement, container)

Source from the content-addressed store, hash-verified

11526 };
11527
11528 function AstForInExpression(initStatement, container) {
11529 this.initStatement = initStatement;
11530 this.container = container;
11531 }
11532 AstForInExpression.prototype.toString = function() {
11533 var init = this.initStatement.toString();
11534 if(init.indexOf("=") >= 0) { // can be without var declaration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected