Home
last modified time | relevance | path

Searched refs:isReservedWord (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstate.js85 isReservedWord(word) { return this.reservedWords.test(word) } method in Parser
/plugin/asciidocjs/node_modules/acorn/src/
Dstate.js92 isReservedWord(word) { return this.reservedWords.test(word) } method in Parser
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js491 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
Dacorn.js497 …Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(… method in Parser
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js504 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
Dacorn.js510 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1583 Parser.prototype.isReservedWord = function isReservedWord(word) { method in Parser
4346 if (this.isReservedWord(word) || checkKeywords && this.isKeyword(word)) {