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

Unified Diff: Source/bindings/dart/DartUtilities.h

Issue 28763006: Support $0, $1, ... $6, inspect, and other console api methods. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: ready for review Created 7 years, 2 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 | « Source/bindings/dart/DartJsInterop.cpp ('k') | Source/bindings/dart/DartUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartUtilities.h
diff --git a/Source/bindings/dart/DartUtilities.h b/Source/bindings/dart/DartUtilities.h
index 4f8a6b88f9747f762776b3602a86e8f8c43ebaf4..e77223b38d38ce21cfa5af61aceb3286231b7f03 100644
--- a/Source/bindings/dart/DartUtilities.h
+++ b/Source/bindings/dart/DartUtilities.h
@@ -98,6 +98,7 @@ public:
}
static void extractListElements(Dart_Handle list, Dart_Handle& exception, Vector<Dart_Handle>& elements);
+ static Dart_Handle toList(const Vector<Dart_Handle>& elements, Dart_Handle& exception);
static int64_t toInteger(Dart_Handle object, Dart_Handle& exception);
static String toString(Dart_Handle object);
« no previous file with comments | « Source/bindings/dart/DartJsInterop.cpp ('k') | Source/bindings/dart/DartUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698