Index: src/v8.h |
=================================================================== |
--- src/v8.h (revision 5844) |
+++ src/v8.h (working copy) |
@@ -94,6 +94,7 @@ |
// Random number generation support. Not cryptographically safe. |
static uint32_t Random(); |
+ static uint32_t RandomPrivate(); |
Mads Ager (chromium)
2010/11/18 08:08:22
We should add a comment.
|
static Object* FillHeapNumberWithRandom(Object* heap_number); |
// Idle notification directly from the API. |