Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js4345 pp$3.checkReservedWord = function (word, startLoc, checkKeywords, isBinding) { argument
4346 if (this.isReservedWord(word) || checkKeywords && this.isKeyword(word)) {