Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 8d807f47d7b44c5c903e14c9affda5419ec4118a..4dc45cc6e4c92df1d365ddb9628a3f06e010e19f 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -45,9 +45,12 @@ namespace dart { |
V(Smi_shlFromInt, 2) \ |
V(Smi_shrFromInt, 2) \ |
V(Smi_bitNegate, 1) \ |
+ V(Smi_bitLength, 1) \ |
V(Mint_bitNegate, 1) \ |
+ V(Mint_bitLength, 1) \ |
V(Mint_shlFromInt, 2) \ |
V(Bigint_bitNegate, 1) \ |
+ V(Bigint_bitLength, 1) \ |
V(Bigint_shlFromInt, 2) \ |
V(Double_getIsNegative, 1) \ |
V(Double_getIsInfinite, 1) \ |