Searched refs:reset_parser_error_flag (Results 1 – 2 of 2) sorted by relevance
50 V8_INLINE void reset_parser_error_flag() { has_parser_error_ = false; } in reset_parser_error_flag() function251 V8_INLINE void reset_parser_error_flag() { in reset_parser_error_flag() function252 source_->reset_parser_error_flag(); in reset_parser_error_flag()
78 scanner_->reset_parser_error_flag(); in Apply()