Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: src/objects.h

Issue 863633002: Use signaling NaN for holes in fixed double arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Next bunch of fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 49f48a2c0853b6122ded30d9e6525818db82962b..fcce1dd8009e9ddd2f8f6886d8fd3dc4563d2f9c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2588,7 +2588,6 @@ class FixedDoubleArray: public FixedArrayBase {
inline static bool is_the_hole_nan(double value);
inline static double hole_nan_as_double();
- inline static double canonical_not_the_hole_nan_as_double();
DECLARE_CAST(FixedDoubleArray)

Powered by Google App Engine
This is Rietveld 408576698