Home
last modified time | relevance | path

Searched refs:eatContextual (Results 1 – 17 of 17) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dparseutil.js37 pp.eatContextual = function(name) { function in pp
44 if (!this.eatContextual(name)) this.unexpected()
Dstatement.js555 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/
Dstatement.js322 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
Dstate.js89 eatContextual(name) { method in LooseParser
/plugin/asciidocjs/node_modules/acorn/src/
Dparseutil.js41 pp.eatContextual = function(name) { function in pp
48 if (!this.eatContextual(name)) this.unexpected()
Dstatement.js608 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/
Dstatement.js343 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
Dstate.js90 eatContextual(name) { method in LooseParser
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js91 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
Dacorn_loose.js95 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
Dacorn.es.js564 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")) {
Dacorn.js570 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/
Dacorn_loose.es.js90 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
Dacorn_loose.js96 LooseParser.prototype.eatContextual = function eatContextual (name) { method in LooseParser
Dacorn.es.js545 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")) {
Dacorn.js551 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/
Dindex.js1716 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")) {