v8/src/base/platform
bmeurer 4b31a97da3 Remove deprecated v8::base::OS::nan_value().
Use std::numeric_limits<double>::quiet_NaN() and
std::numeric_limits<float>::quiet_NaN() instead.

Review URL: https://codereview.chromium.org/864803002

Cr-Commit-Position: refs/heads/master@{#26195}
2015-01-21 14:38:58 +00:00
..
condition-variable.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
condition-variable.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
elapsed-timer.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
mutex.cc Rename ASSERT* to DCHECK*. 2014-08-04 11:34:54 +00:00
mutex.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
platform-cygwin.cc Next base/macros.h cleanup step. 2014-09-08 04:44:22 +00:00
platform-freebsd.cc src: fix build on freebsd 2015-01-14 14:35:39 +00:00
platform-linux.cc Fix include mistakes 2014-11-18 13:47:10 +00:00
platform-macos.cc Next base/macros.h cleanup step. 2014-09-08 04:44:22 +00:00
platform-openbsd.cc Next base/macros.h cleanup step. 2014-09-08 04:44:22 +00:00
platform-posix.cc Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
platform-qnx.cc Next base/macros.h cleanup step. 2014-09-08 04:44:22 +00:00
platform-solaris.cc platform: fix build on SmartOS 2014-10-20 11:27:39 +00:00
platform-win32.cc Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
platform.h Remove deprecated v8::base::OS::nan_value(). 2015-01-21 14:38:58 +00:00
semaphore.cc Fix NaCl build. 2014-09-02 15:22:36 +00:00
semaphore.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00
time.cc Consistently use only one of virtual/OVERRIDE/FINAL. 2014-12-12 10:44:25 +00:00
time.h Use Chrome compatible naming for compiler specifics. 2014-09-02 07:07:52 +00:00