| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 60dd9c16579ff8f56e38e14640ad88d91678aa14..129aa6b88030002064715119de02ea4ae52ae712 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -54,6 +54,9 @@ namespace dart {
|
| V(Double_ceil, 1) \
|
| V(Double_truncate, 1) \
|
| V(Double_toInt, 1) \
|
| + V(Double_toStringAsFixed, 2) \
|
| + V(Double_toStringAsExponential, 2) \
|
| + V(Double_toStringAsPrecision, 2) \
|
| V(Double_pow, 2) \
|
| V(JSSyntaxRegExp_factory, 4) \
|
| V(JSSyntaxRegExp_getPattern, 1) \
|
|
|