Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2922 this.checkReservedWord(specifier.imported.name, specifier.start, true, true);
3151 this.checkReservedWord(expr.name, expr.start, false, true);
4121 this.checkReservedWord(prop.key.name, prop.key.start, true, true);
4324 this.checkReservedWord(this.state.value, this.state.start, !!this.state.type.keyword, false);
4345 pp$3.checkReservedWord = function (word, startLoc, checkKeywords, isBinding) { function
6363 if (isBinding) this.checkReservedWord(specifier.local.name, specifier.start, true, true);