Home | History | Annotate | Download | only in cctest

Lines Matching defs:one_byte_string

881   const char* one_byte_string = "abcdef12345";
882 int len = v8::String::NewFromUtf8(CcTest::isolate(), one_byte_string,
884 StrLength(one_byte_string))
887 CHECK_EQ(StrLength(one_byte_string), len);