Home
last modified time | relevance | path

Searched refs:startsExpr (Results 1 – 11 of 11) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokentype.js29 this.startsExpr = !!conf.startsExpr
42 const beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true} property
55 num: new TokenType("num", startsExpr),
56 regexp: new TokenType("regexp", startsExpr),
57 string: new TokenType("string", startsExpr),
58 name: new TokenType("name", startsExpr),
62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
76 backQuote: new TokenType("`", startsExpr),
[all …]
Dexpression.js693 ….type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.startsExpr)) {
/plugin/asciidocjs/node_modules/acorn/src/
Dtokentype.js29 this.startsExpr = !!conf.startsExpr
42 const beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true} property
55 num: new TokenType("num", startsExpr),
56 regexp: new TokenType("regexp", startsExpr),
57 string: new TokenType("string", startsExpr),
58 name: new TokenType("name", startsExpr),
62 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
64 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
66 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
76 backQuote: new TokenType("`", startsExpr),
[all …]
Dexpression.js802 ….type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.startsExpr)) {
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js217 var startsExpr = true; variable
230 this.startsExpr = !!conf.startsExpr;
267 num: new TokenType("num", { startsExpr: startsExpr }),
268 regexp: new TokenType("regexp", { startsExpr: startsExpr }),
269 string: new TokenType("string", { startsExpr: startsExpr }),
270 name: new TokenType("name", { startsExpr: startsExpr }),
274 bracketL: new TokenType("[", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
276 braceL: new TokenType("{", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
277 braceBarL: new TokenType("{|", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
280 parenL: new TokenType("(", { beforeExpr: beforeExpr, startsExpr: startsExpr }),
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js113 this.startsExpr = !!conf.startsExpr
126 var startsExpr = {startsExpr: true}; property
140 num: new TokenType("num", startsExpr),
141 regexp: new TokenType("regexp", startsExpr),
142 string: new TokenType("string", startsExpr),
143 name: new TokenType("name", startsExpr),
147 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
149 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
151 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
161 backQuote: new TokenType("`", startsExpr),
[all …]
Dacorn.js119 this.startsExpr = !!conf.startsExpr
132 var startsExpr = {startsExpr: true}; property
146 num: new TokenType("num", startsExpr),
147 regexp: new TokenType("regexp", startsExpr),
148 string: new TokenType("string", startsExpr),
149 name: new TokenType("name", startsExpr),
153 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
155 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
157 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
167 backQuote: new TokenType("`", startsExpr),
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js112 this.startsExpr = !!conf.startsExpr
125 var startsExpr = {startsExpr: true}; variable
139 num: new TokenType("num", startsExpr),
140 regexp: new TokenType("regexp", startsExpr),
141 string: new TokenType("string", startsExpr),
142 name: new TokenType("name", startsExpr),
146 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
148 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
150 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
160 backQuote: new TokenType("`", startsExpr),
[all …]
Dacorn.js118 this.startsExpr = !!conf.startsExpr
131 var startsExpr = {startsExpr: true}; property
145 num: new TokenType("num", startsExpr),
146 regexp: new TokenType("regexp", startsExpr),
147 string: new TokenType("string", startsExpr),
148 name: new TokenType("name", startsExpr),
152 bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}),
154 braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}),
156 parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}),
166 backQuote: new TokenType("`", startsExpr),
[all …]
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js48 …icolon() || this.canInsertSemicolon() || (this.tok.type != tt.star && !this.tok.type.startsExpr)) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js48 …icolon() || this.canInsertSemicolon() || (this.tok.type != tt.star && !this.tok.type.startsExpr)) {