Searched refs:incDec (Results 1 – 15 of 15) sorted by relevance
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | tokencontext.js | 93 tt.incDec.updateContext = function() {
|
| D | tokentype.js | 95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property
|
| D | tokenize.js | 270 return this.finishOp(tt.incDec, 2)
|
| D | expression.js | 184 let node = this.startNode(), update = this.type === tt.incDec
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokencontext.js | 93 tt.incDec.updateContext = function() {
|
| D | tokentype.js | 95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property
|
| D | tokenize.js | 257 return this.finishOp(tt.incDec, 2)
|
| D | expression.js | 192 let node = this.startNode(), update = this.type === tt.incDec
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 118 let node = this.startNode(), update = this.tok.type === tt.incDec
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 115 let node = this.startNode(), update = this.tok.type === tt.incDec
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 180 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property 1673 var node = this.startNode(), update = this.type === tt.incDec 2356 tt.incDec.updateContext = function() { 2644 return this.finishOp(tt.incDec, 2)
|
| D | acorn.js | 186 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property 1679 var node = this.startNode(), update = this.type === tt.incDec 2362 tt.incDec.updateContext = function() { 2650 return this.finishOp(tt.incDec, 2)
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 179 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property 1830 var node = this.startNode(), update = this.type === tt.incDec 2627 tt.incDec.updateContext = function() { 2900 return this.finishOp(tt.incDec, 2)
|
| D | acorn.js | 185 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property 1836 var node = this.startNode(), update = this.type === tt.incDec 2633 tt.incDec.updateContext = function() { 2906 return this.finishOp(tt.incDec, 2)
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 311 incDec: new TokenType("++/--", { prefix: prefix, postfix: postfix, startsExpr: startsExpr }), property 455 types.incDec.updateContext = function () { 992 return this.finishOp(types.incDec, 2); 3449 var update = this.match(types.incDec);
|