Home | History | Annotate | Download | only in cctest

Lines Matching full:abcde

5543   v8::Handle<String> str = v8_str("abcde");
5650 CHECK_EQ(0, strcmp("abcde", buf));
5670 CHECK_EQ(0, strncmp("abcde\1", buf, 6));
5680 CHECK_EQ(0, strcmp("abcde", buf));
5740 CHECK_EQ(0, strncmp("abcde", buf, 5));
5741 CHECK_NE(0, strcmp("abcde", buf));
5743 CHECK_EQ(0, strcmp("abcde", buf));