Searched refs:SSTRING (Results 1 – 6 of 6) sorted by relevance
59 SSTRING: 4,149 … <DIV,NODIV> SingleStringStart => SSTRING { this.tokenType = "javascript-string"; return cursor; }150 … <SSTRING> SingleStringContent => SSTRING { this.tokenType = "javascript-string"; return cursor; }151 … <SSTRING> SingleStringEnd => NODIV { this.tokenType = "javascript-string"; return cursor; }
54 SSTRING: 5221 <TAG> SingleStringStart => SSTRING { return this._stringToken(cursor); }222 <SSTRING> SingleStringContent => SSTRING { return this._stringToken(cursor); }223 <SSTRING> SingleStringEnd => TAG { return this._stringToken(cursor, true); }
155 SSTRING: 3240 <INITIAL> SingleStringStart => SSTRING { return this._stringToken(cursor); }241 <SSTRING> SingleStringContent => SSTRING { return this._stringToken(cursor); }242 <SSTRING> SingleStringEnd => INITIAL { return this._stringToken(cursor, true); }
55 SSTRING: 5 property597 this.setLexCondition(this._lexConditions.SSTRING);
156 SSTRING: 3 property1252 this.setLexCondition(this._lexConditions.SSTRING);
60 SSTRING: 4, property761 this.setLexCondition(this._lexConditions.SSTRING);1919 this.setLexCondition(this._lexConditions.SSTRING);