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

Function preStatementsTransform

examples/js/processing.js:11894–11898  ·  view source on GitHub ↗
(statements)

Source from the content-addressed store, hash-verified

11892 }
11893
11894 function preStatementsTransform(statements) {
11895 var s = statements;
11896 s = s.replace(/\b(catch\s*"B\d+"\s*"A\d+")(\s*catch\s*"B\d+"\s*"A\d+")+/g, "$1");
11897 return s;
11898 }
11899
11900 function AstForStatement(argument, misc) {
11901 this.argument = argument;

Callers 1

parseProcessingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected