Index: runtime/vm/bootstrap_natives.h |
=================================================================== |
--- runtime/vm/bootstrap_natives.h (revision 27984) |
+++ runtime/vm/bootstrap_natives.h (working copy) |
@@ -38,6 +38,7 @@ |
V(Integer_greaterThanFromInteger, 2) \ |
V(Integer_equalToInteger, 2) \ |
V(Integer_parse, 1) \ |
+ V(Integer_env, 3) \ |
V(Integer_leftShiftWithMask32, 3) \ |
V(ReceivePortImpl_factory, 1) \ |
V(ReceivePortImpl_closeInternal, 1) \ |
@@ -99,6 +100,7 @@ |
V(String_charAt, 2) \ |
V(String_codeUnitAt, 2) \ |
V(String_concat, 2) \ |
+ V(String_env, 3) \ |
V(String_toLowerCase, 1) \ |
V(String_toUpperCase, 1) \ |
V(Strings_concatAll, 1) \ |