random-number-generator.cc | 42 static RandomNumberGenerator::EntropySource entropy_source = NULL; member in namespace:v8::internal 48 entropy_source = source; 61 if (entropy_source != NULL) { 63 if (entropy_source(reinterpret_cast<unsigned char*>(&seed),
|