Home | History | Annotate | Download | only in json

Lines Matching refs:comma

63      * The comma flag determines if a comma should be output before the next
66 private boolean comma;
97 this.comma = false;
116 if (this.comma && this.mode == 'a') {
126 this.comma = true;
145 this.comma = false;
169 this.comma = true;
207 if (this.comma) {
213 this.comma = false;
240 this.comma = false;