Index: runtime/vm/bootstrap_natives.h |
=================================================================== |
--- runtime/vm/bootstrap_natives.h (revision 28841) |
+++ runtime/vm/bootstrap_natives.h (working copy) |
@@ -37,6 +37,7 @@ |
V(Integer_moduloFromInteger, 2) \ |
V(Integer_greaterThanFromInteger, 2) \ |
V(Integer_equalToInteger, 2) \ |
+ V(Integer_fromEnvironment, 3) \ |
V(Integer_parse, 1) \ |
V(Integer_leftShiftWithMask32, 3) \ |
V(ReceivePortImpl_factory, 1) \ |
@@ -52,6 +53,7 @@ |
V(Bigint_bitNegate, 1) \ |
V(Bigint_bitLength, 1) \ |
V(Bigint_shlFromInt, 2) \ |
+ V(Boolean_fromEnvironment, 3) \ |
V(Double_getIsNegative, 1) \ |
V(Double_getIsInfinite, 1) \ |
V(Double_getIsNaN, 1) \ |
@@ -99,6 +101,7 @@ |
V(String_charAt, 2) \ |
V(String_codeUnitAt, 2) \ |
V(String_concat, 2) \ |
+ V(String_fromEnvironment, 3) \ |
V(String_toLowerCase, 1) \ |
V(String_toUpperCase, 1) \ |
V(Strings_concatAll, 3) \ |