Home
last modified time | relevance | path

Searched refs:has_pending_error (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dpending-compilation-error-handler.cc64 DCHECK(!has_pending_error()); in ReportWarnings()
83 DCHECK(has_pending_error()); in ReportErrors()
Dpending-compilation-error-handler.h53 bool has_pending_error() const { return has_pending_error_; } in has_pending_error() function
Dcompiler.cc828 if (parse_info->pending_error_handler()->has_pending_error()) { in FailWithPendingException()
/external/v8/src/parsing/
Dpreparser.cc226 DCHECK(pending_error_handler()->has_pending_error()); in PreParseFunction()
Dparser.cc2778 if (pending_error_handler()->has_pending_error()) { in SkipFunction()
/external/v8/src/ast/
Dscopes.cc1368 DCHECK(info->pending_error_handler()->has_pending_error()); in AllocateVariables()