Lines Matching refs:attributeBlocks
433 var attrsBlocks = this.attributeBlocks(mixin.attributeBlocks);
552 this.visitAttributes(tag.attrs, this.attributeBlocks(tag.attributeBlocks));
571 this.visitAttributes(tag.attrs, this.attributeBlocks(tag.attributeBlocks));
782 visitAttributes: function(attrs, attributeBlocks){ argument
783 if (attributeBlocks.length) {
786 attributeBlocks.unshift(val);
788 if (attributeBlocks.length > 1) {
789 …ression(this.runtime('attrs') + '(' + this.runtime('merge') + '([' + attributeBlocks.join(',') + '…
791 …this.bufferExpression(this.runtime('attrs') + '(' + attributeBlocks[0] + ', ' + stringify(this.ter…
818 attributeBlocks: function (attributeBlocks) { argument
819 return attributeBlocks && attributeBlocks.slice().map(function(attrBlock){