diff options
Diffstat (limited to 'deps/v8/src/runtime.h')
-rw-r--r-- | deps/v8/src/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/runtime.h b/deps/v8/src/runtime.h index a7f0bf37b..c8447cbd1 100644 --- a/deps/v8/src/runtime.h +++ b/deps/v8/src/runtime.h @@ -102,6 +102,7 @@ namespace internal { F(NumberToString, 1, 1) \ F(NumberToStringSkipCache, 1, 1) \ F(NumberToInteger, 1, 1) \ + F(NumberToIntegerMapMinusZero, 1, 1) \ F(NumberToJSUint32, 1, 1) \ F(NumberToJSInt32, 1, 1) \ F(NumberToSmi, 1, 1) \ |