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

Unified Diff: mojo/dart/embedder/common.h

Issue 1760523007: Add support for compression filters in the mojo dart:io (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months 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
« no previous file with comments | « mojo/dart/embedder/builtin.cc ('k') | mojo/dart/embedder/common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/common.h
diff --git a/mojo/dart/embedder/common.h b/mojo/dart/embedder/common.h
index 526c04802bb0ca606c6b381941ba88356075df90..136708dac0b423dd3aca7f551afca572d6bdaffb 100644
--- a/mojo/dart/embedder/common.h
+++ b/mojo/dart/embedder/common.h
@@ -12,6 +12,15 @@ namespace dart {
class DartEmbedder {
public:
+ static Dart_Handle GetDartType(const char* library_url,
+ const char* class_name);
+
+ static Dart_Handle NewDartExceptionWithMessage(const char* library_url,
+ const char* error_type,
+ const char* message);
+
+ static Dart_Handle NewInternalError(const char* message);
+
// Returns the integer value of a Dart object. If the object is not
// an integer value an API error is propagated.
static int64_t GetIntegerValue(Dart_Handle value_obj);
« no previous file with comments | « mojo/dart/embedder/builtin.cc ('k') | mojo/dart/embedder/common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698