Searched refs:isLineTerminator (Results 1 – 3 of 3) sorted by relevance
77 function isLineTerminator(ch) { function128 isLineTerminator: isLineTerminator, property
75 #### code.isLineTerminator(code)
1734 pp.isLineTerminator = function () { function1742 if (!this.isLineTerminator()) this.unexpected(null, types.semi);1951 if (this.isLineTerminator()) {2075 if (this.isLineTerminator()) {2517 } else if (isSimple && _key.name === "async" && !this.isLineTerminator()) {2526 …(isSimple && (_key.name === "get" || _key.name === "set") && !(this.isLineTerminator() && this.mat…2547 } else if (this.isLineTerminator()) {