Lines Matching refs:decorators
528 this.decorators = []; property
1916 if (this.state.decorators.length) {
1917 node.decorators = this.state.decorators;
1918 this.state.decorators = [];
1925 this.state.decorators.push(decorator);
2431 var decorators = [];
2440 if (decorators.length > 0) {
2447 decorators.push(this.parseDecorator());
2454 if (decorators.length) {
2455 method.decorators = decorators;
2456 decorators = [];
2502 } else if (method.decorators) {
2540 } else if (method.decorators) {
2559 if (decorators.length) {
2756 if (this.state.decorators.length) {
3112 var decorators = [];
3114 decorators.push(this.parseDecorator());
3117 if (decorators.length) {
3118 left.decorators = decorators;
3964 var decorators = [];
3983 decorators.push(this.parseDecorator());
3991 if (decorators.length) {
3992 prop.decorators = decorators;
3993 decorators = [];
4062 if (decorators.length) {