Home
last modified time | relevance | path

Searched refs:TestJSONStream (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-heap-profiler.cc848 class TestJSONStream : public v8::OutputStream { class
850 TestJSONStream() : eos_signaled_(0), abort_countdown_(-1) {} in TestJSONStream() function in __anondc1e75410211::TestJSONStream
851 explicit TestJSONStream(int abort_countdown) in TestJSONStream() function in __anondc1e75410211::TestJSONStream
853 virtual ~TestJSONStream() {} in ~TestJSONStream()
907 TestJSONStream stream; in TEST()
1025 TestJSONStream stream(5); in TEST()