Searched refs:TestJSONStream (Results 1 – 1 of 1) sorted by relevance
539 class TestJSONStream : public v8::OutputStream { class541 TestJSONStream() : eos_signaled_(0), abort_countdown_(-1) {} in TestJSONStream() function in __anonccf759450211::TestJSONStream542 explicit TestJSONStream(int abort_countdown) in TestJSONStream() function in __anonccf759450211::TestJSONStream544 virtual ~TestJSONStream() {} in ~TestJSONStream()590 TestJSONStream stream; in TEST()682 TestJSONStream stream(5); in TEST()