Searched refs:has_parser_error (Results 1 – 3 of 3) sorted by relevance
51 V8_INLINE bool has_parser_error() const { return has_parser_error_; } in has_parser_error() function161 bool success = !has_parser_error() && ReadBlock(position); in ReadBlockChecked()221 had_parser_error_(scanner->has_parser_error()) { in BookmarkScope()245 if (!has_parser_error()) { in set_parser_error()254 V8_INLINE bool has_parser_error() const { in has_parser_error() function255 return source_->has_parser_error(); in has_parser_error()
536 return source_->has_parser_error() ? Token::ILLEGAL : Token::EOS; in ScanSingleToken()550 DCHECK_IMPLIES(has_parser_error(), next_desc->token == Token::ILLEGAL); in Scan()
277 V8_INLINE bool has_error() const { return scanner()->has_parser_error(); } in has_error()