Searched refs:ScalarInput2 (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.cpp48 ScalarInput2::ScalarInput2(ScalarType data) function in class:Test::ScalarInput2
49 : NondeterministicInput<ScalarInput2>()
54 ScalarInput2::~ScalarInput2()
81 const AtomicString& InputTraits<Test::ScalarInput2>::type()
83 static NeverDestroyed<const AtomicString> type("ScalarInput2", AtomicString::ConstructFromLiteral);
87 void InputTraits<Test::ScalarInput2>::encode(EncodedValue& encodedValue, const Test::ScalarInput2& input)
92 bool InputTraits<Test::ScalarInput2>
[all...]
H A Dgenerate-inputs-with-flags.json-TestReplayInputs.h41 class ScalarInput2;
53 template<> struct InputTraits<Test::ScalarInput2> {
57 static void encode(JSC::EncodedValue&, const Test::ScalarInput2&);
58 static bool decode(JSC::EncodedValue&, std::unique_ptr<Test::ScalarInput2>&);
74 class ScalarInput2 : public NondeterministicInput<ScalarInput2> { class in namespace:Test
76 ScalarInput2(ScalarType data);
77 virtual ~ScalarInput2();
87 macro(ScalarInput2) \

Completed in 100 milliseconds