HasError          563 include/v8.h     virtual bool HasError() = 0;
HasError          116 src/parser.h     virtual bool HasError();
HasError         11511 test/cctest/test-api.cc   CHECK(!sd->HasError());
HasError         11521 test/cctest/test-api.cc   CHECK(sd->HasError());
HasError         11531 test/cctest/test-api.cc   CHECK(sd->HasError());
HasError         11555 test/cctest/test-api.cc   CHECK_EQ(sd->HasError(), deserialized_sd->HasError());
HasError         11585 test/cctest/test-api.cc   CHECK(!sd->HasError());
HasError          148 test/cctest/test-parsing.cc     CHECK(data != NULL && !data->HasError());
HasError          155 test/cctest/test-parsing.cc     CHECK(data == NULL || data->HasError());
HasError          202 test/cctest/test-parsing.cc   CHECK(!preparse->HasError());
HasError          224 test/cctest/test-parsing.cc   CHECK(error_preparse->HasError());
HasError          334 test/cctest/test-parsing.cc   CHECK(data->HasError());
HasError          359 test/cctest/test-parsing.cc   CHECK(!data->HasError());