Home
last modified time | relevance | path

Searched refs:canInsertSemicolon (Results 1 – 20 of 20) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dparseutil.js49 pp.canInsertSemicolon = function() { function in pp
56 if (this.canInsertSemicolon()) {
Dexpression.js199 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/
Dparseutil.js53 pp.canInsertSemicolon = function() { function in pp
60 if (this.canInsertSemicolon()) {
Dexpression.js207 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…
Dstatement.js513 !this.canInsertSemicolon()) {
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js48 …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()) {
Dstatement.js30 if (this.semicolon() || this.canInsertSemicolon()) {
81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null
284 !this.canInsertSemicolon()) {
Dstate.js94 canInsertSemicolon() { method in LooseParser
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js95 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
Dacorn_loose.js99 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
Dacorn.es.js576 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 …]
Dacorn.js582 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/
Dacorn_loose.es.js94 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
Dacorn_loose.js100 LooseParser.prototype.canInsertSemicolon = function canInsertSemicolon () { method in LooseParser
Dacorn.es.js557 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…
Dacorn.js563 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/
Dstate.js93 canInsertSemicolon() { method in LooseParser
Dstatement.js30 if (this.semicolon() || this.canInsertSemicolon()) {
81 if (this.eat(tt.semi) || this.canInsertSemicolon()) node.argument = null
Dexpression.js48 …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/
Dindex.js1728 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 …]