Searched refs:isReservedWord (Results 1 – 7 of 7) sorted by relevance
85 isReservedWord(word) { return this.reservedWords.test(word) } method in Parser
92 isReservedWord(word) { return this.reservedWords.test(word) } method in Parser
491 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
497 …Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(… method in Parser
504 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
510 Parser.prototype.isReservedWord = function isReservedWord (word) { return this.reservedWords.test(w… method in Parser
1583 Parser.prototype.isReservedWord = function isReservedWord(word) { method in Parser4346 if (this.isReservedWord(word) || checkKeywords && this.isKeyword(word)) {