Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc121 DCHECK(!has_pending_error()); in PrepareWarnings()
133 DCHECK(!has_pending_error()); in ReportWarnings()
152 DCHECK(has_pending_error()); in PrepareErrors()
169 DCHECK(has_pending_error()); in ReportErrors()
H A Dpending-compilation-error-handler.h54 bool has_pending_error() const { return has_pending_error_; } in has_pending_error() function in v8::internal::PendingCompilationErrorHandler
H A Dpreparser.cc205 DCHECK(pending_error_handler()->has_pending_error()); in PreParseFunction()
H A Dparser.cc2912 } else if (pending_error_handler()->has_pending_error()) { in SkipFunction()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc1358 DCHECK(info->pending_error_handler()->has_pending_error()); in AllocateVariables()
1363 DCHECK(info->pending_error_handler()->has_pending_error()); in AllocateVariables()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1300 if (parse_info->pending_error_handler()->has_pending_error()) { in PreparePendingException()
1316 if (pending_error_handler->has_pending_error()) { in FailWithPreparedPendingException()

Completed in 17 milliseconds