Home | History | Annotate | Download | only in cctest

Lines Matching defs:checks

790 //   checks: An array of expressions and expected results
793 // Structure for holding checks to do.
798 // Array of checks to do.
799 struct EvaluateCheck* checks = NULL;
818 for (int i = 0; checks[i].expr != NULL; i++) {
821 v8::String::New(checks[i].expr),
822 checks[i].expected };
826 v8::String::AsciiValue ascii(checks[i].expected->ToString());
827 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *ascii);
2418 checks = checks_uu;
2422 checks = checks_hu;
2428 checks = checks_hh;
2453 checks = checks_uu;
2462 checks = checks_hu;
2471 checks = checks_hh;
6131 // Checks that this data is set correctly and that when the debug message
6334 // Test which creates a context and sets embedder data on it. Checks that this
6863 // Property getter that checks that current and calling contexts
6879 // Debug event listener that checks if the first argument of a function is