Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK

133   CHECK(!has_pending_exception);
154 CHECK(!has_pending_exception);
174 CHECK(!has_pending_exception);
195 CHECK(!has_pending_exception);
218 CHECK(!has_pending_exception);
247 CHECK(!fun.is_null());
252 CHECK(!has_pending_exception);
263 CHECK(!fun.is_null());
268 CHECK(has_pending_exception);
288 CHECK(!fun0.is_null());
296 CHECK(!has_pending_exception);
303 CHECK(fun1->IsJSFunction());
313 CHECK(!has_pending_exception);
387 CHECK(fun1->IsOptimized()
389 CHECK(fun2->IsOptimized()
427 CHECK(strstr(decode_buffer.start(), smi_hex_buffer.start()) == NULL);