Searched defs:TestJSONStream (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc849 class TestJSONStream : public v8::OutputStream { class in namespace:__anon17403
851 TestJSONStream() : eos_signaled_(0), abort_countdown_(-1) {} function in class:__anon17403::TestJSONStream
852 explicit TestJSONStream(int abort_countdown) function in class:__anon17403::TestJSONStream
854 virtual ~TestJSONStream() {}
908 TestJSONStream stream;
1006 TestJSONStream stream(5);

Completed in 66 milliseconds