Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js93 tt.incDec.updateContext = function() {
Dtokentype.js95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property
Dtokenize.js270 return this.finishOp(tt.incDec, 2)
Dexpression.js184 let node = this.startNode(), update = this.type === tt.incDec
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js93 tt.incDec.updateContext = function() {
Dtokentype.js95 incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), property
Dtokenize.js257 return this.finishOp(tt.incDec, 2)
Dexpression.js192 let node = this.startNode(), update = this.type === tt.incDec
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js118 let node = this.startNode(), update = this.tok.type === tt.incDec
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js115 let node = this.startNode(), update = this.tok.type === tt.incDec
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js180 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)
Dacorn.js186 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/
Dacorn.es.js179 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)
Dacorn.js185 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/
Dindex.js311 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);