| Index: runtime/vm/bootstrap_natives.h
|
| ===================================================================
|
| --- runtime/vm/bootstrap_natives.h (revision 43482)
|
| +++ runtime/vm/bootstrap_natives.h (working copy)
|
| @@ -58,12 +58,9 @@
|
| V(Mint_bitLength, 1) \
|
| V(Mint_shlFromInt, 2) \
|
| V(Bigint_getNeg, 1) \
|
| - V(Bigint_setNeg, 2) \
|
| V(Bigint_getUsed, 1) \
|
| - V(Bigint_setUsed, 2) \
|
| V(Bigint_getDigits, 1) \
|
| - V(Bigint_setDigits, 2) \
|
| - V(Bigint_allocate, 1) \
|
| + V(Bigint_allocate, 4) \
|
| V(Double_getIsNegative, 1) \
|
| V(Double_getIsInfinite, 1) \
|
| V(Double_getIsNaN, 1) \
|
|
|