| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | parseutil.js | 37 pp.eatContextual = function(name) { function in pp 44 if (!this.eatContextual(name)) this.unexpected()
|
| D | statement.js | 555 if (this.eatContextual("from")) { 590 node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local 643 if (this.eatContextual("as")) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | statement.js | 322 node.source = this.eatContextual("from") ? this.parseExprAtom() : this.dummyString() 344 node.source = this.eatContextual("from") ? this.parseExprAtom() : null 366 …node.source = this.eatContextual("from") && this.tok.type == tt.string ? this.parseExprAtom() : th… 378 elt.local = this.eatContextual("as") ? this.parseIdent() : this.dummyIdent() 388 elt.local = this.eatContextual("as") ? this.parseIdent() : this.dummyIdent() 394 elt.local = this.eatContextual("as") ? this.parseIdent() : elt.imported 417 elt.exported = this.eatContextual("as") ? this.parseIdent() : elt.local
|
| D | state.js | 89 eatContextual(name) { method in LooseParser
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | parseutil.js | 41 pp.eatContextual = function(name) { function in pp 48 if (!this.eatContextual(name)) this.unexpected()
|
| D | statement.js | 608 if (this.eatContextual("from")) { 679 node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local 733 if (this.eatContextual("as")) {
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | statement.js | 343 node.source = this.eatContextual("from") ? this.parseExprAtom() : this.dummyString() 369 node.source = this.eatContextual("from") ? this.parseExprAtom() : null 391 …node.source = this.eatContextual("from") && this.tok.type == tt.string ? this.parseExprAtom() : th… 403 elt.local = this.eatContextual("as") ? this.parseIdent() : this.dummyIdent() 413 elt.local = this.eatContextual("as") ? this.parseIdent() : this.dummyIdent() 419 elt.local = this.eatContextual("as") ? this.parseIdent() : elt.imported 442 elt.exported = this.eatContextual("as") ? this.parseIdent() : elt.local
|
| D | state.js | 90 eatContextual(name) { method in LooseParser
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 91 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
|
| D | acorn_loose.js | 95 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
|
| D | acorn.es.js | 564 pp.eatContextual = function(name) { function 571 if (!this.eatContextual(name)) this.unexpected() 1268 if (this.eatContextual("from")) { 1345 node.exported = this$1.eatContextual("as") ? this$1.parseIdent(true) : node.local 1401 if (this$1.eatContextual("as")) {
|
| D | acorn.js | 570 pp.eatContextual = function(name) { function 577 if (!this.eatContextual(name)) this.unexpected() 1274 if (this.eatContextual("from")) { 1351 node.exported = this$1.eatContextual("as") ? this$1.parseIdent(true) : node.local 1407 if (this$1.eatContextual("as")) {
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn_loose.es.js | 90 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
|
| D | acorn_loose.js | 96 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
|
| D | acorn.es.js | 545 pp.eatContextual = function(name) { function 552 if (!this.eatContextual(name)) this.unexpected() 1181 if (this.eatContextual("from")) { 1218 node.exported = this$1.eatContextual("as") ? this$1.parseIdent(true) : node.local 1273 if (this$1.eatContextual("as")) {
|
| D | acorn.js | 551 pp.eatContextual = function(name) { function 558 if (!this.eatContextual(name)) this.unexpected() 1187 if (this.eatContextual("from")) { 1224 node.exported = this$1.eatContextual("as") ? this$1.parseIdent(true) : node.local 1279 if (this$1.eatContextual("as")) {
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 1716 pp.eatContextual = function (name) { function 1723 if (!this.eatContextual(name)) this.unexpected(null, message); 2317 this.eatContextual("of"); 2611 if (this.hasPlugin("exportExtensions") && this.eatContextual("as")) { 2689 if (this.eatContextual("from")) { 2845 node.exported = this.eatContextual("as") ? this.parseIdentifier(true) : node.local.__clone(); 2919 if (this.eatContextual("as")) { 6346 if (this.eatContextual("as")) {
|