Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK

64     CHECK(static_cast<int>(sizeof(buffer)) >= length);
148 CHECK(data != NULL && !data->HasError());
155 CHECK(data == NULL || data->HasError());
202 CHECK(!preparse->HasError());
224 CHECK(error_preparse->HasError());
273 CHECK(!data.has_error());
310 CHECK(data.has_error());
325 // Before fix, didn't check *ok after Expect(Token::Identifier, ok),
334 CHECK(data->HasError());
358 CHECK(!data->HasError());
367 CHECK(!entry1.is_valid());
375 CHECK(entry2.is_valid());
705 CHECK(start == i::Token::DIV || start == i::Token::ASSIGN_DIV);
706 CHECK(scanner.ScanRegExpPattern(start == i::Token::ASSIGN_DIV));
708 CHECK(scanner.is_literal_ascii());
817 // of a scope. We check the scope positions of exactly one scope
902 // Check that 6-byte and 4-byte encodings of UTF-8 strings do not throw
1024 CHECK(function != NULL);
1026 // Check scope types and positions.
1028 CHECK(scope->is_global_scope());
1073 CHECK(i::Isolate::Current()->has_pending_exception());
1076 CHECK(maybe_object->To(&exception));
1080 CHECK(maybe_object->To(&type_string));
1083 // Check that preparsing fails iff parsing fails.
1092 CHECK(false);
1101 CHECK(false);
1104 // Check that preparser and parser produce the same error.
1114 CHECK(false);
1231 CHECK(length == kProgramSize);