Home
last modified time | relevance | path

Searched refs:reset_parser_error_flag (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dscanner.h50 V8_INLINE void reset_parser_error_flag() { has_parser_error_ = false; } in reset_parser_error_flag() function
251 V8_INLINE void reset_parser_error_flag() { in reset_parser_error_flag() function
252 source_->reset_parser_error_flag(); in reset_parser_error_flag()
Dscanner.cc78 scanner_->reset_parser_error_flag(); in Apply()