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

  /external/v8/test/unittests/
test-utils.cc 66 TestWithContext::TestWithContext()
70 TestWithContext::~TestWithContext() {}
test-utils.h 39 class TestWithContext : public virtual TestWithIsolate {
41 TestWithContext();
42 virtual ~TestWithContext();
50 DISALLOW_COPY_AND_ASSIGN(TestWithContext);

Completed in 454 milliseconds