| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | parseutil.js | 49 pp.canInsertSemicolon = function() { function in pp 56 if (this.canInsertSemicolon()) {
|
| D | expression.js | 199 while (this.type.postfix && !this.canInsertSemicolon()) { 278 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 368 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { 693 …if (this.type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.start…
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | parseutil.js | 53 pp.canInsertSemicolon = function() { function in pp 60 if (this.canInsertSemicolon()) {
|
| D | expression.js | 207 while (this.type.postfix && !this.canInsertSemicolon()) { 241 this.lastTokEnd == base.end && !this.canInsertSemicolon() 255 if (maybeAsyncArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { 301 …if (this.options.ecmaVersion >= 8 && id.name === "async" && !this.canInsertSemicolon() && this.eat… 303 if (canBeArrow && !this.canInsertSemicolon()) { 308 if (this.canInsertSemicolon() || !this.eat(tt.arrow)) 414 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { 539 this.type !== tt.colon && !this.canInsertSemicolon()) { 802 …if (this.type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.start…
|
| D | statement.js | 513 !this.canInsertSemicolon()) {
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 48 …if (this.semicolon() || this.canInsertSemicolon() || (this.tok.type != tt.star && !this.tok.type.s… 133 while (this.tok.type.postfix && !this.canInsertSemicolon()) { 168 …maybeAsyncArrow = base.type === "Identifier" && base.name === "async" && !this.canInsertSemicolon() 222 if (id.name === "async" && !this.canInsertSemicolon()) { 371 this.tok.type !== tt.colon && !this.canInsertSemicolon()) {
|
| D | statement.js | 30 if (this.semicolon() || this.canInsertSemicolon()) { 81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null 284 !this.canInsertSemicolon()) {
|
| D | state.js | 94 canInsertSemicolon() { method in LooseParser
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 95 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
|
| D | acorn_loose.js | 99 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
|
| D | acorn.es.js | 576 pp.canInsertSemicolon = function() { function 583 if (this.canInsertSemicolon()) { 1171 !this$1.canInsertSemicolon()) { 1845 while (this.type.postfix && !this.canInsertSemicolon()) { 1881 this.lastTokEnd == base.end && !this.canInsertSemicolon() 1895 if (maybeAsyncArrow && !this$1.canInsertSemicolon() && this$1.eat(tt.arrow)) { 1941 …if (this.options.ecmaVersion >= 8 && id.name === "async" && !this.canInsertSemicolon() && this.eat… 1943 if (canBeArrow && !this.canInsertSemicolon()) { 1948 if (this.canInsertSemicolon() || !this.eat(tt.arrow)) 2056 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { [all …]
|
| D | acorn.js | 582 pp.canInsertSemicolon = function() { function 589 if (this.canInsertSemicolon()) { 1177 !this$1.canInsertSemicolon()) { 1851 while (this.type.postfix && !this.canInsertSemicolon()) { 1887 this.lastTokEnd == base.end && !this.canInsertSemicolon() 1901 if (maybeAsyncArrow && !this$1.canInsertSemicolon() && this$1.eat(tt.arrow)) { 1947 …if (this.options.ecmaVersion >= 8 && id.name === "async" && !this.canInsertSemicolon() && this.eat… 1949 if (canBeArrow && !this.canInsertSemicolon()) { 1954 if (this.canInsertSemicolon() || !this.eat(tt.arrow)) 2062 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 94 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
|
| D | acorn_loose.js | 100 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
|
| D | acorn.es.js | 557 pp.canInsertSemicolon = function() { function 564 if (this.canInsertSemicolon()) { 1688 while (this.type.postfix && !this.canInsertSemicolon()) { 1769 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 1861 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { 2194 …if (this.type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.start…
|
| D | acorn.js | 563 pp.canInsertSemicolon = function() { function 570 if (this.canInsertSemicolon()) { 1694 while (this.type.postfix && !this.canInsertSemicolon()) { 1775 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) 1867 if (canBeArrow && !this.canInsertSemicolon() && this.eat(tt.arrow)) { 2200 …if (this.type == tt.semi || this.canInsertSemicolon() || (this.type != tt.star && !this.type.start…
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | state.js | 93 canInsertSemicolon() { method in LooseParser
|
| D | statement.js | 30 if (this.semicolon() || this.canInsertSemicolon()) { 81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null
|
| D | expression.js | 48 …if (this.semicolon() || this.canInsertSemicolon() || (this.tok.type != tt.star && !this.tok.type.s… 130 while (this.tok.type.postfix && !this.canInsertSemicolon()) {
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 1728 pp.canInsertSemicolon = function () { function 1735 return this.eat(types.semi) || this.canInsertSemicolon(); 1891 if (this.match(types._function) && !this.canInsertSemicolon()) { 3476 while (this.state.type.postfix && !this.canInsertSemicolon()) { 3528 …== base.start && base.type === "Identifier" && base.name === "async" && !this.canInsertSemicolon(); 3654 } else if (id.name === "async" && this.match(types._function) && !this.canInsertSemicolon()) { 3664 if (canBeArrow && !this.canInsertSemicolon() && this.eat(types.arrow)) { 3882 return !this.canInsertSemicolon(); 4374 …if (this.match(types.semi) || this.canInsertSemicolon() || !this.match(types.star) && !this.state.… 5779 while (!this.canInsertSemicolon() && this.match(types.bracketL)) { [all …]
|