Home
last modified time | relevance | path

Searched refs:pending_error_handler_ (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ast/
Dscopes.cc301 DCHECK(top->pending_error_handler_.has_pending_error()); in Analyze()
302 top->pending_error_handler_.ThrowPendingError(info->isolate(), in Analyze()
888 top->pending_error_handler_.ReportMessageAt(start_position, end_position, in ReportMessage()
Dscopes.h839 PendingCompilationErrorHandler pending_error_handler_; variable
/external/v8/src/parsing/
Dparser.h1035 PendingCompilationErrorHandler pending_error_handler_; variable
Dparser.cc536 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt()
567 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, in ReportMessageAt()
5042 DCHECK(pending_error_handler_.has_pending_error()); in Internalize()
5043 pending_error_handler_.ThrowPendingError(isolate, script); in Internalize()
/external/v8/src/
Dapi.cc1616 i::PendingCompilationErrorHandler pending_error_handler_; in BindToCurrentContext() local
1617 pending_error_handler_.ReportMessageAt( in BindToCurrentContext()
1623 pending_error_handler_.ThrowPendingError(isolate, script); in BindToCurrentContext()