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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 14044007: Add synchronous mirror API. Resurrects invoke, apply, newInstance, getField and setField as synchro… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 21243)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -229,6 +229,10 @@
V(LocalObjectMirrorImpl_setField, 3) \
V(LocalClosureMirrorImpl_apply, 2) \
V(LocalClassMirrorImpl_invokeConstructor, 3) \
+ V(LocalObjectMirrorImpl_invokeAsync, 3) \
+ V(LocalObjectMirrorImpl_setFieldAsync, 3) \
+ V(LocalClosureMirrorImpl_applyAsync, 2) \
+ V(LocalClassMirrorImpl_invokeConstructorAsync, 3) \
V(GrowableObjectArray_allocate, 2) \
V(GrowableObjectArray_getIndexed, 2) \
V(GrowableObjectArray_setIndexed, 3) \

Powered by Google App Engine
This is Rietveld 408576698