Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:peeked

2113     if (!("peeked" in this))
2114 this.peeked = this.getNextChar();
2115 return this.peeked;
2119 delete this.peeked;
2190 if (this.peeked)
2191 return this.peeked;
2193 this.peeked = newToken;
2198 delete this.peeked;