Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: src/pending-compilation-error-handler.h

Issue 2502633002: [parser] Only log messages using the pending error handling (Closed)
Patch Set: Delete more unused code Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/pending-compilation-error-handler.h
diff --git a/src/pending-compilation-error-handler.h b/src/pending-compilation-error-handler.h
index 6190d49f5294dbeec59ddb1108d389443fa440b1..563bef93a241b029afe481e978a148598cac4169 100644
--- a/src/pending-compilation-error-handler.h
+++ b/src/pending-compilation-error-handler.h
@@ -75,8 +75,11 @@ class PendingCompilationErrorHandler {
bool has_pending_error() const { return has_pending_error_; }
void ThrowPendingError(Isolate* isolate, Handle<Script> script);
+ Handle<String> FormatMessage(Isolate* isolate);
private:
+ Handle<String> ArgumentString(Isolate* isolate);
+
bool has_pending_error_;
int start_position_;
int end_position_;

Powered by Google App Engine
This is Rietveld 408576698