Home | History | Annotate | Download | only in cctest

Lines Matching defs:checks

803 //   checks: An array of expressions and expected results
806 // Structure for holding checks to do.
811 // Array of checks to do.
812 struct EvaluateCheck* checks = NULL;
831 for (int i = 0; checks[i].expr != NULL; i++) {
834 v8::String::New(checks[i].expr),
835 checks[i].expected };
839 v8::String::AsciiValue ascii(checks[i].expected->ToString());
840 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *ascii);
2437 checks = checks_uu;
2441 checks = checks_hu;
2447 checks = checks_hh;
2472 checks = checks_uu;
2481 checks = checks_hu;
2490 checks = checks_hh;
6146 // Checks that this data is set correctly and that when the debug message
6348 // Test which creates a context and sets embedder data on it. Checks that this
6877 // Property getter that checks that current and calling contexts
6893 // Debug event listener that checks if the first argument of a function is