Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK

173     CHECK(CcTest::i_isolate() != NULL);
179 CHECK(!context.IsEmpty());
201 CHECK(CcTest::i_isolate() != NULL);
249 CHECK(sampler->IsActive());
257 CHECK(!sampler->WasSampleStackCalled());
260 CHECK(sampler->WaitForTick());
261 CHECK(sampler->WasSampleStackCalled());
263 CHECK(!sampler->WasSampleStackCalled());
266 CHECK(!sampler->WaitForTick());
267 CHECK(!sampler->WasSampleStackCalled());
314 CHECK(!evil_script.IsEmpty());
315 CHECK(!evil_script->Run().IsEmpty());
356 CHECK(exists);
398 CHECK(exists);
456 CHECK(exists);
470 CHECK(false);
476 CHECK(false);
485 // Make sure that our output is written prior crash due to CHECK failure.
487 CHECK(false);