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

Unified Diff: gin/arguments.h

Issue 62333018: Implement Asynchronous Module Definition API for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar testing Created 7 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
« no previous file with comments | « no previous file | gin/arguments.cc » ('j') | gin/modules/module_registry.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/arguments.h
diff --git a/gin/arguments.h b/gin/arguments.h
index c5335cc1926a041b208220d90290a12f15768aae..188264049fbf6c2080c67d71c5d33935e09ef036 100644
--- a/gin/arguments.h
+++ b/gin/arguments.h
@@ -35,6 +35,8 @@ class Arguments {
info_.GetReturnValue().Set(ConvertToV8(isolate_, val));
}
+ v8::Handle<v8::Value> PeekNext();
+
void ThrowError();
void ThrowTypeError(const std::string& message);
« no previous file with comments | « no previous file | gin/arguments.cc » ('j') | gin/modules/module_registry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698