Searched refs:randomSeed (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-input-with-guard.json-TestReplayInputs.cpp50 SetRandomSeed::SetRandomSeed(uint64_t randomSeed) argument
52 , m_randomSeed(randomSeed)
93 encodedValue.put<uint64_t>(ASCIILiteral("randomSeed"), input.randomSeed());
98 uint64_t randomSeed; local
99 if (!encodedValue.get<uint64_t>(ASCIILiteral("randomSeed"), randomSeed))
102 input = std::make_unique<Test::SetRandomSeed>(randomSeed);
H A Dgenerate-input-with-guard.json-TestReplayInputs.h82 SetRandomSeed(uint64_t randomSeed);
85 uint64_t randomSeed() const { return m_randomSeed; } function in class:Test::SetRandomSeed
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObject.cpp828 m_weakRandom.initializeSeed(static_cast<unsigned>(input->randomSeed()));

Completed in 124 milliseconds