Searched defs:two_byte_source (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc2810 uint16_t* two_byte_source = AsciiToTwoByteString( local
2815 two_byte_source[14] = two_byte_source[78] = two_byte_name[6] = 0x010d;
2817 v8::String::NewFromTwoByte(isolate, two_byte_source);
2823 i::DeleteArray(two_byte_source);
2835 uint16_t* two_byte_source = AsciiToTwoByteString( local
2839 // Fix to correspond to the non-ASCII name in two_byte_source.
2842 v8::String::NewFromTwoByte(isolate, two_byte_source);
2848 i::DeleteArray(two_byte_source);
H A Dtest-api.cc473 uint16_t* two_byte_source = AsciiToTwoByteString(c_source); local
477 TestResource* resource = new TestResource(two_byte_source, &dispose_count);
530 uint16_t* two_byte_source = AsciiToTwoByteString("1 + 2 * 3"); local
535 String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
544 bool success = source->MakeExternal(new TestResource(two_byte_source,
871 uint16_t* two_byte_source = AsciiToTwoByteString(two_byte_string_1); local
873 String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
874 i::DeleteArray(two_byte_source);
888 two_byte_source = AsciiToTwoByteString(two_byte_string_2);
889 right = String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
[all...]

Completed in 193 milliseconds