V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
void | ReportMessageAt (int start_position, int end_position, MessageTemplate message, const char *arg=nullptr, ParseErrorType error_type=kSyntaxError) |
void | ReportMessageAt (int start_position, int end_position, MessageTemplate message, const AstRawString *arg, ParseErrorType error_type=kSyntaxError) |
void | ReportWarningAt (int start_position, int end_position, MessageTemplate message, const char *arg=nullptr) |
bool | stack_overflow () const |
void | set_stack_overflow () |
bool | has_pending_error () const |
bool | has_pending_warnings () const |
void | ReportErrors (Isolate *isolate, Handle< Script > script, AstValueFactory *ast_value_factory) |
void | ReportWarnings (Isolate *isolate, Handle< Script > script) |
Handle< String > | FormatErrorMessageForTest (Isolate *isolate) const |
void | set_unidentifiable_error () |
void | clear_unidentifiable_error () |
bool | has_error_unidentifiable_by_preparser () const |
Definition at line 25 of file pending-compilation-error-handler.h.