Home
last modified time | relevance | path

Searched refs:NODIV (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DSourceJavaScriptTokenizer.re2js56 NODIV: 1,
70 this.initialCondition = { lexCondition: this._lexConditions.NODIV }
140 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; }
141 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; }
142 … <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; }
144 … <COMMENT> CommentEnd => NODIV { this.tokenType = "javascript-comment"; return cursor; }
146 <DIV,NODIV> StringLiteral { this.tokenType = "javascript-string"; return cursor; }
147 … <DIV,NODIV> DoubleStringStart => DSTRING { this.tokenType = "javascript-string"; return cursor; }
149 … <DSTRING> DoubleStringEnd => NODIV { this.tokenType = "javascript-string"; return cursor; }
150 … <DIV,NODIV> SingleStringStart => SSTRING { this.tokenType = "javascript-string"; return cursor; }
[all …]
DSourceJavaScriptTokenizer.js57 NODIV: 1, property
71 this.initialCondition = { lexCondition: this._lexConditions.NODIV }
136 this.setLexCondition(this._lexConditions.NODIV);
235 this.setLexCondition(this._lexConditions.NODIV);
306 this.setLexCondition(this._lexConditions.NODIV);
942 this.setLexCondition(this._lexConditions.NODIV);
2108 this.setLexCondition(this._lexConditions.NODIV);
2265 this.setLexCondition(this._lexConditions.NODIV);
/external/libpng/
DCHANGES208 tested NODIV support and made it default behaviour (Greg Roelofs)