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

Function AstClassField

examples/js/processing.js:11611–11615  ·  view source on GitHub ↗
(definitions, fieldType, isStatic)

Source from the content-addressed store, hash-verified

11609 }
11610
11611 function AstClassField(definitions, fieldType, isStatic) {
11612 this.definitions = definitions;
11613 this.fieldType = fieldType;
11614 this.isStatic = isStatic;
11615 }
11616 AstClassField.prototype.getNames = function() {
11617 var names = [];
11618 for(var i=0,l=this.definitions.length;i<l;++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected