Add MonotonicallyIncreasingTime to V8 Platform.
authorrmcilroy@chromium.org <rmcilroy@chromium.org>
Mon, 6 Oct 2014 12:22:25 +0000 (12:22 +0000)
committerrmcilroy@chromium.org <rmcilroy@chromium.org>
Mon, 6 Oct 2014 12:22:25 +0000 (12:22 +0000)
commit7cbe1ef9ca6fdfbe32eed41478196d534228a08a
tree96d51ebe8ad430bbaaa40ea42dcd4446212470b2
parentde5183369585d381b8e9c625ac16c378af74a833
Add MonotonicallyIncreasingTime to V8 Platform.

Adds a MonotonicallyIncreasingTime() function to the Platform API to enable the
embedder to provide a time API to V8 which will be used for IdleNotification deadlines.

BUG=417668
LOG=Y
R=jochen@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24411 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-platform.h
src/libplatform/default-platform.cc
src/libplatform/default-platform.h