| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index ff874afafb1ac42b831497e22996539ddfaa2008..480edaf239861329f4fce9844c72ab38da76afaf 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -656,7 +656,10 @@ namespace internal {
|
| F(RegExpExec, 4, 1) \
|
| F(RegExpConstructResult, 3, 1) \
|
| F(GetFromCache, 2, 1) \
|
| - F(NumberToString, 1, 1)
|
| + F(NumberToString, 1, 1) \
|
| + F(DoubleHi, 1, 1) \
|
| + F(DoubleLo, 1, 1) \
|
| + F(ConstructDouble, 2, 1)
|
|
|
|
|
| //---------------------------------------------------------------------------
|
|
|