Searched refs:BookmarkHasBeenSet (Results 1 – 2 of 2) sorted by relevance
316 bool HasBeenSet() { return scanner_->BookmarkHasBeenSet(); } in HasBeenSet()481 bool BookmarkHasBeenSet();
1496 DCHECK(BookmarkHasBeenSet()); // Caller hasn't called SetBookmark. in ResetToBookmark()1512 bool Scanner::BookmarkHasBeenSet() { return bookmark_c0_ >= 0; } in BookmarkHasBeenSet() function in v8::internal::Scanner