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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 243973002: - Add a minimal implementation of Capability. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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
« no previous file with comments | « runtime/platform/assert.h ('k') | runtime/vm/custom_isolate_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 35287)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -41,8 +41,13 @@
V(Integer_parse, 1) \
V(Integer_leftShiftWithMask32, 3) \
V(Bool_fromEnvironment, 3) \
+ V(CapabilityImpl_factory, 1) \
V(RawReceivePortImpl_factory, 1) \
+ V(RawReceivePortImpl_get_id, 1) \
+ V(RawReceivePortImpl_get_sendport, 1) \
V(RawReceivePortImpl_closeInternal, 1) \
+ V(SendPortImpl_get_id, 1) \
+ V(SendPortImpl_get_hashcode, 1) \
V(SendPortImpl_sendInternal_, 2) \
V(Smi_shlFromInt, 2) \
V(Smi_shrFromInt, 2) \
« no previous file with comments | « runtime/platform/assert.h ('k') | runtime/vm/custom_isolate_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698