Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/JsError.h

Issue 29531696: Issue 5568 - Improve string handling by splitting read strings into only ASCII and non-ASCII strings (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: address comments Created Aug. 31, 2017, 1:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/FileSystemJsObject.cpp ('k') | src/JsError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/JsError.h
diff --git a/src/JsError.h b/src/JsError.h
index d22ab4dcc699092d5e61d7491efaa7cc416329fa..be45d0929ca42ba52873912fb7b8255d965d5310 100644
--- a/src/JsError.h
+++ b/src/JsError.h
@@ -29,6 +29,9 @@ namespace AdblockPlus
public:
JsError(const v8::Handle<v8::Value>& exception,
const v8::Handle<v8::Message>& message);
+ static std::string ExceptionToString(const v8::Handle<v8::Value>& exception,
+ const v8::Handle<v8::Message>& message);
+
};
}
« no previous file with comments | « src/FileSystemJsObject.cpp ('k') | src/JsError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld