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

Unified Diff: gin/arguments.h

Issue 111083005: Beginning of JS Mojo API to GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years 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/handle.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 1461dc8690f2c5c539cacaac958ba116ccf7bc8b..f4421c55a8957330116f10ab0e916613d1678485 100644
--- a/gin/arguments.h
+++ b/gin/arguments.h
@@ -60,10 +60,10 @@ class Arguments {
info_->GetReturnValue().Set(ConvertToV8(isolate_, val));
}
- v8::Handle<v8::Value> PeekNext();
+ v8::Handle<v8::Value> PeekNext() const;
- void ThrowError();
- void ThrowTypeError(const std::string& message);
+ void ThrowError() const;
+ void ThrowTypeError(const std::string& message) const;
v8::Isolate* isolate() const { return isolate_; }
« no previous file with comments | « no previous file | gin/arguments.cc » ('j') | gin/handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698