diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-07-21 22:20:37 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-21 22:20:37 -0700 |
commit | f319e126218dcaafdb0ccf7e968ff839f8327bba (patch) | |
tree | 209546d94cdc6c19f69ef92e3ec057301369f416 /deps/v8/src/v8.h | |
parent | ef1be160d66b7da8bc2da857b1c33c6f680d86f1 (diff) | |
download | node-new-f319e126218dcaafdb0ccf7e968ff839f8327bba.tar.gz |
Upgrade V8 to 3.4.14
Diffstat (limited to 'deps/v8/src/v8.h')
-rw-r--r-- | deps/v8/src/v8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/v8.h b/deps/v8/src/v8.h index e74a60c2f2..e565ca5ae9 100644 --- a/deps/v8/src/v8.h +++ b/deps/v8/src/v8.h @@ -91,6 +91,9 @@ class V8 : public AllStatic { static void FatalProcessOutOfMemory(const char* location, bool take_snapshot = false); + // Allows an entropy source to be provided for use in random number + // generation. + static void SetEntropySource(EntropySource source); // Random number generation support. Not cryptographically safe. static uint32_t Random(Isolate* isolate); // We use random numbers internally in memory allocation and in the |