Home | History | Annotate | Download | only in cctest

Lines Matching refs:checks

846 //   checks: An array of expressions and expected results
849 // Structure for holding checks to do.
856 // Array of checks to do.
857 struct EvaluateCheck* checks = NULL;
876 for (int i = 0; checks[i].expr != NULL; i++) {
880 v8::String::NewFromUtf8(CcTest::isolate(), checks[i].expr),
881 checks[i].expected};
885 v8::String::Utf8Value utf8(checks[i].expected->ToString());
886 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *utf8);
2538 checks = checks_uu;
2542 checks = checks_hu;
2548 checks = checks_hh;
2573 checks = checks_uu;
2582 checks = checks_hu;
2591 checks = checks_hh;
6386 // Checks that this data is set correctly and that when the debug message
6596 // Test which creates a context and sets embedder data on it. Checks that this
7167 // Property getter that checks that current and calling contexts
7183 // Debug event listener that checks if the first argument of a function is