Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstate.js1 import {reservedWords, keywords} from "./identifier"
19 reservedWords[options.ecmaVersion] + (options.sourceType == "module" ? " await" : "")
20 this.reservedWords = keywordRegexp(reserved)
21 let reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
23 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
85 isReservedWord(word) { return this.reservedWords.test(word) }
Didentifier.js3 export const reservedWords = { variable
Dexpression.js521 (this.strict ? this.reservedWordsStrictBind : this.reservedWords).test(prop.key.name) ||
672 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
Dstatement.js560 …if (this.keywords.test(node.specifiers[i].local.name) || this.reservedWords.test(node.specifiers[i…
/plugin/asciidocjs/node_modules/acorn/src/
Dstate.js1 import {reservedWords, keywords} from "./identifier"
21 if (reserved = reservedWords[v]) break
24 this.reservedWords = keywordRegexp(reserved)
25 let reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
27 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
92 isReservedWord(word) { return this.reservedWords.test(word) }
Didentifier.js3 export const reservedWords = { variable
Dexpression.js584 (this.strict ? this.reservedWordsStrict : this.reservedWords).test(prop.key.name) ||
777 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
Dstatement.js613 …if (this.keywords.test(node.specifiers[i].local.name) || this.reservedWords.test(node.specifiers[i…
/plugin/combo/ComboStrap/
H A DWikiPath.php87 private static $reservedWords; variable in ComboStrap\\WikiPath
1005 if (self::$reservedWords == null) {
1006 … self::$reservedWords = array_merge(Url::RESERVED_WORDS, LocalPath::RESERVED_WINDOWS_CHARACTERS);
1008 return self::$reservedWords;
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js1230 const reservedWords = (
1251 for (let i = 0, l = reservedWords.length; i < l; i++) {
1252 compilerWords[reservedWords[i]] = true;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js1114 …var reservedWords = ('break else new var' + ' case finally return void' + ' catch for switch while…
1118 for (var i = 0, l = reservedWords.length; i < l; i++) {
1119 compilerWords[reservedWords[i]] = true;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js1122 …var reservedWords = ('break else new var' + ' case finally return void' + ' catch for switch while…
1126 for (var i = 0, l = reservedWords.length; i < l; i++) {
1127 compilerWords[reservedWords[i]] = true;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js3 var reservedWords = { variable
425 reservedWords[options.ecmaVersion] + (options.sourceType == "module" ? " await" : "")
426 this.reservedWords = keywordRegexp(reserved)
427 var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
429 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
491 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w…
1186 …if (this$1.keywords.test(node.specifiers[i].local.name) || this$1.reservedWords.test(node.specifie…
2018 (this.strict ? this.reservedWordsStrictBind : this.reservedWords).test(prop.key.name) ||
2173 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
Dacorn.js9 var reservedWords = { variable
431 reservedWords[options.ecmaVersion] + (options.sourceType == "module" ? " await" : "")
432 this.reservedWords = keywordRegexp(reserved)
433 var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
435 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
497 …Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(…
1192 …if (this$1.keywords.test(node.specifiers[i].local.name) || this$1.reservedWords.test(node.specifie…
2024 (this.strict ? this.reservedWordsStrictBind : this.reservedWords).test(prop.key.name) ||
2179 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js3 var reservedWords = { variable
433 if (reserved = reservedWords[v]) break
436 this.reservedWords = keywordRegexp(reserved)
437 var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
439 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
504 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w…
1273 …if (this$1.keywords.test(node.specifiers[i].local.name) || this$1.reservedWords.test(node.specifie…
2230 (this.strict ? this.reservedWordsStrict : this.reservedWords).test(prop.key.name) ||
2427 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
Dacorn.js9 var reservedWords = { variable
439 if (reserved = reservedWords[v]) break
442 this.reservedWords = keywordRegexp(reserved)
443 var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict
445 this.reservedWordsStrictBind = keywordRegexp(reservedStrict + " " + reservedWords.strictBind)
510 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w…
1279 …if (this$1.keywords.test(node.specifiers[i].local.name) || this$1.reservedWords.test(node.specifie…
2236 (this.strict ? this.reservedWordsStrict : this.reservedWords).test(prop.key.name) ||
2433 … if (!liberal && (this.strict ? this.reservedWordsStrict : this.reservedWords).test(this.value) &&
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js25 var reservedWords = { variable
1587 return reservedWords[6](word);
4350 …if (this.state.strict && (reservedWords.strict(word) || isBinding && reservedWords.strictBind(word…