HomeSort by relevance Sort by last modified time
    Searched refs:two_byte_source (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-parsing.cc 2810 uint16_t* two_byte_source = AsciiToTwoByteString( local
2835 uint16_t* two_byte_source = AsciiToTwoByteString( local
    [all...]
test-api.cc 473 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 186 milliseconds