Searched refs:cstrs (Results 1 – 1 of 1) sorted by relevance
/plugin/processing/ |
H A D | script.js | 12419 …function AstClassBody(name, baseClassName, functions, methods, fields, cstrs, innerClasses, misc) { argument 12426 this.cstrs = cstrs; 12502 result += this.cstrs.join('\n') + '\n'; 12506 for(var i=0,l=this.cstrs.length;i<l;++i) { 12507 var paramsLength = this.cstrs[i].params.params.length; 12526 var methods = [], classes = [], cstrs = [], functions = []; 12531 else { cstrs.push(index); } 12553 for(i = 0; i < cstrs.length; ++i) { 12554 cstrs[i] = transformConstructor(atoms[cstrs[i]]); 12560 return new AstClassBody(name, baseClassName, functions, methods, fields, cstrs,
|