Home
last modified time | relevance | path

Searched refs:isLet (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/lib/
Dvalidators.js20 exports.isLet = isLet;
176 function isLet(node) { function
181 return t.isFunctionDeclaration(node) || t.isClassDeclaration(node) || t.isLet(node);
Dindex.js4 …orts.isSpecifierDefault = exports.isVar = exports.isBlockScoped = exports.isLet = exports.isValidI…
199 return _validators.isLet;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js21 if (this.toks.isLet()) {
55 let isLet = this.toks.isLet()
56 if (isLet || this.tok.type === tt._var || this.tok.type === tt._const) {
57 let init = this.parseVar(true, isLet ? "let" : this.tok.value)
337 if (this.tok.type.keyword || this.toks.isLet()) {
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js21 if (this.toks.isLet()) {
55 let isLet = this.toks.isLet()
56 if (isLet || this.tok.type === tt._var || this.tok.type === tt._const) {
57 let init = this.parseVar(true, isLet ? "let" : this.tok.value)
362 if (this.tok.type.keyword || this.toks.isLet() || this.toks.isAsyncFunction()) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js36 pp.isLet = function() { function in pp
60 if (this.isLet()) {
172 let isLet = this.isLet()
173 if (this.type === tt._var || this.type === tt._const || isLet) {
174 let init = this.startNode(), kind = isLet ? "let" : this.value
573 return this.type.keyword || this.isLet()
/plugin/asciidocjs/node_modules/acorn/src/
Dstatement.js32 pp.isLet = function() { function in pp
71 if (this.isLet()) {
188 let isLet = this.isLet()
189 if (this.type === tt._var || this.type === tt._const || isLet) {
190 let init = this.startNode(), kind = isLet ? "let" : this.value
661 || this.isLet()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js648 pp$1.isLet = function() { function
672 if (this.isLet()) {
786 var isLet = this.isLet()
787 if (this.type === tt._var || this.type === tt._const || isLet) {
788 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
1199 return this.type.keyword || this.isLet()
Dacorn.js654 pp$1.isLet = function() { function
678 if (this.isLet()) {
792 var isLet = this.isLet()
793 if (this.type === tt._var || this.type === tt._const || isLet) {
794 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
1205 return this.type.keyword || this.isLet()
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js678 pp$1.isLet = function() { function
717 if (this.isLet()) {
836 var isLet = this.isLet()
837 if (this.type === tt._var || this.type === tt._const || isLet) {
838 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
1325 || this.isLet()
Dacorn.js684 pp$1.isLet = function() { function
723 if (this.isLet()) {
842 var isLet = this.isLet()
843 if (this.type === tt._var || this.type === tt._const || isLet) {
844 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
1331 || this.isLet()