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

Unified Diff: runtime/vm/dart_entry.h

Issue 9691005: Implement spawnFunction from the new isolate api. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
Index: runtime/vm/dart_entry.h
===================================================================
--- runtime/vm/dart_entry.h (revision 5367)
+++ runtime/vm/dart_entry.h (working copy)
@@ -17,6 +17,7 @@
class Function;
class Instance;
class Integer;
+class Library;
class Object;
class RawInstance;
class RawObject;
@@ -62,6 +63,7 @@
public:
// On success, returns a RawInstance. On failure, a RawError.
static RawObject* ExceptionCreate(
+ const Library& library,
const String& exception_name,
const GrowableArray<const Object*>& arguments);

Powered by Google App Engine
This is Rietveld 408576698