Home
last modified time | relevance | path

Searched refs:backQuote (Results 1 – 15 of 15) sorted by relevance

/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js197 } else if (this.tok.type == tt.backQuote) {
293 case tt.backQuote:
326 elem.tail = this.tok.type === tt.backQuote
349 this.expect(tt.backQuote)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js189 } else if (this.tok.type == tt.backQuote) {
272 case tt.backQuote:
305 elem.tail = this.tok.type === tt.backQuote
328 this.expect(tt.backQuote)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js104 tt.backQuote.updateContext = function() {
Dtokentype.js76 backQuote: new TokenType("`", startsExpr), property
Dexpression.js246 } else if (this.type === tt.backQuote) {
321 case tt.backQuote:
442 elem.tail = this.type === tt.backQuote
Dtokenize.js328 return this.finishToken(tt.backQuote)
574 return this.finishToken(tt.backQuote)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js104 tt.backQuote.updateContext = function() {
Dtokentype.js76 backQuote: new TokenType("`", startsExpr), property
Dtokenize.js315 return this.finishToken(tt.backQuote)
562 return this.finishToken(tt.backQuote)
Dexpression.js269 } else if (this.type === tt.backQuote) {
361 case tt.backQuote:
493 elem.tail = this.type === tt.backQuote
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js161 backQuote: new TokenType("`", startsExpr), property
1737 } else if (this$1.type === tt.backQuote) {
1812 case tt.backQuote:
1935 elem.tail = this.type === tt.backQuote
2367 tt.backQuote.updateContext = function() {
2702 return this.finishToken(tt.backQuote)
2956 return this$1.finishToken(tt.backQuote)
Dacorn.js167 backQuote: new TokenType("`", startsExpr), property
1743 } else if (this$1.type === tt.backQuote) {
1818 case tt.backQuote:
1941 elem.tail = this.type === tt.backQuote
2373 tt.backQuote.updateContext = function() {
2708 return this.finishToken(tt.backQuote)
2962 return this$1.finishToken(tt.backQuote)
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js160 backQuote: new TokenType("`", startsExpr), property
1909 } else if (this$1.type === tt.backQuote) {
2001 case tt.backQuote:
2135 elem.tail = this.type === tt.backQuote
2638 tt.backQuote.updateContext = function() {
2958 return this.finishToken(tt.backQuote)
3213 return this$1.finishToken(tt.backQuote)
Dacorn.js166 backQuote: new TokenType("`", startsExpr), property
1915 } else if (this$1.type === tt.backQuote) {
2007 case tt.backQuote:
2141 elem.tail = this.type === tt.backQuote
2644 tt.backQuote.updateContext = function() {
2964 return this.finishToken(tt.backQuote)
3219 return this$1.finishToken(tt.backQuote)
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js291 backQuote: new TokenType("`", { startsExpr: startsExpr }), property
467 types.backQuote.updateContext = function () {
1090 return this.finishToken(types.backQuote);
1342 return this.finishToken(types.backQuote);
3544 } else if (this.match(types.backQuote)) {
3735 case types.backQuote:
3941 elem.tail = this.match(types.backQuote);