Searched refs:SetRandomSeed (Results 1 - 4 of 4) 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) function in class:Test::SetRandomSeed
51 : NondeterministicInput<SetRandomSeed>()
56 SetRandomSeed::~SetRandomSeed()
85 const AtomicString& InputTraits<Test::SetRandomSeed>::type()
87 static NeverDestroyed<const AtomicString> type("SetRandomSeed", AtomicString::ConstructFromLiteral);
91 void InputTraits<Test::SetRandomSeed>::encode(EncodedValue& encodedValue, const Test::SetRandomSeed& input)
96 bool InputTraits<Test::SetRandomSeed>
[all...]
H A Dgenerate-input-with-guard.json-TestReplayInputs.h43 class SetRandomSeed;
57 template<> struct InputTraits<Test::SetRandomSeed> {
61 static void encode(JSC::EncodedValue&, const Test::SetRandomSeed&);
62 static bool decode(JSC::EncodedValue&, std::unique_ptr<Test::SetRandomSeed>&);
80 class SetRandomSeed : public NondeterministicInput<SetRandomSeed> { class in namespace:Test
82 SetRandomSeed(uint64_t randomSeed);
83 virtual ~SetRandomSeed();
93 macro(SetRandomSeed) \
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObject.cpp825 cursor.appendInput<SetRandomSeed>(m_weakRandom.seedUnsafe());
827 if (SetRandomSeed* input = cursor.fetchInput<SetRandomSeed>())
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnqc.vim223 syn keyword nqcFunction SetRandomSeed SelectProgram

Completed in 122 milliseconds