HomeSort by relevance Sort by last modified time
    Searched defs:ApiTestFuzzer (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
cctest.h 82 // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
87 class ApiTestFuzzer: public v8::internal::Thread {
90 explicit ApiTestFuzzer(int num)
91 : Thread("ApiTestFuzzer"),
96 ~ApiTestFuzzer() { delete gate_; }
98 // The ApiTestFuzzer is also a Thread, so it has a Run method.
155 ApiTestFuzzer* fuzzer_;
  /external/chromium_org/v8/test/cctest/
cctest.h 118 // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
123 class ApiTestFuzzer: public v8::internal::Thread {
127 // The ApiTestFuzzer is also a Thread, so it has a Run method.
144 explicit ApiTestFuzzer(int num)
145 : Thread("ApiTestFuzzer"),
150 ~ApiTestFuzzer() { delete gate_; }
192 ApiTestFuzzer* fuzzer_;

Completed in 32 milliseconds