v8/include
jochen 47cca4684e Remove support for specifying the number of available threads
The embedder can control how many threads it wants to use via the
v8::Platform implementation. V8 internally doesn't spin up threads
anymore. If the embedder doesn't want to use any threads at all, it's
v8::Platform implementation must either run the background jobs on
the foreground thread, or the embedder should specify --predictable

BUG=none
R=yangguo@chromium.org
LOG=y

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

Cr-Commit-Position: refs/heads/master@{#27833}
2015-04-15 07:15:43 +00:00
..
libplatform Revert "Forward declaration for Isolate / Platform in libplatform.h." and "Fixes d8 on windows following.". 2014-11-19 07:28:07 +00:00
OWNERS Add initial set of sub directory OWNERS file 2015-04-02 08:46:24 +00:00
v8-debug.h Debugger: remove debug command API. 2015-04-07 12:21:42 +00:00
v8-platform.h Remove default NOP implementation of MonotonicallyIncreasingTime. 2014-10-09 10:44:30 +00:00
v8-profiler.h Fix C++ violation. 2015-04-09 21:22:50 +00:00
v8-testing.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8-util.h simplify GlobalValueMap calls to DisposeWeak 2015-04-10 13:40:31 +00:00
v8-version.h Updated version to 4.4 2015-04-06 21:32:13 +00:00
v8.h Remove support for specifying the number of available threads 2015-04-15 07:15:43 +00:00
v8config.h Restore V8_LIBC_UCLIBC as a libc option. 2015-04-14 07:54:26 +00:00