Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:peeked

2107     if (!("peeked" in this))
2108 this.peeked = this.getNextChar();
2109 return this.peeked;
2113 delete this.peeked;
2184 if (this.peeked)
2185 return this.peeked;
2187 this.peeked = newToken;
2192 delete this.peeked;