Searched refs:ScalarInput1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-inputs-with-flags.json-TestReplayInputs.cpp38 ScalarInput1::ScalarInput1(ScalarType data) function in class:Test::ScalarInput1
39 : NondeterministicInput<ScalarInput1>()
44 ScalarInput1::~ScalarInput1()
60 const AtomicString& InputTraits<Test::ScalarInput1>::type()
62 static NeverDestroyed<const AtomicString> type("ScalarInput1", AtomicString::ConstructFromLiteral);
66 void InputTraits<Test::ScalarInput1>::encode(EncodedValue& encodedValue, const Test::ScalarInput1& input)
71 bool InputTraits<Test::ScalarInput1>
[all...]
H A Dgenerate-inputs-with-flags.json-TestReplayInputs.h40 class ScalarInput1;
45 template<> struct InputTraits<Test::ScalarInput1> {
49 static void encode(JSC::EncodedValue&, const Test::ScalarInput1&);
50 static bool decode(JSC::EncodedValue&, std::unique_ptr<Test::ScalarInput1>&);
64 class ScalarInput1 : public NondeterministicInput<ScalarInput1> { class in namespace:Test
66 ScalarInput1(ScalarType data);
67 virtual ~ScalarInput1();
86 macro(ScalarInput1) \

Completed in 112 milliseconds