Add V8 platform API to call delayed task.
authorulan <ulan@chromium.org>
Wed, 17 Jun 2015 12:09:34 +0000 (05:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 12:09:40 +0000 (12:09 +0000)
commit31e3177bb01fbe2b0a1e2a08dc82165ee6fbe692
tree2f7068b590cdab05d46cfc27455b87d73964372f
parent885455e99de817f86a0b5df2dc0d932cfc179749
Add V8 platform API to call delayed task.

Delayed tasks can be used to perform non-urgent clean up work.

BUG=chromium:490559
LOG=NO

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

Cr-Commit-Position: refs/heads/master@{#29084}
include/v8-platform.h
src/libplatform/default-platform.cc
src/libplatform/default-platform.h
test/unittests/libplatform/default-platform-unittest.cc