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

  /external/v8/test/cctest/
test-parsing.cc 3236 uint16_t* two_byte_source = AsciiToTwoByteString( local
3265 uint16_t* two_byte_source = AsciiToTwoByteString( local
    [all...]
test-api.cc 431 uint16_t* two_byte_source = AsciiToTwoByteString(c_source); local
435 TestResource* resource = new TestResource(two_byte_source, &dispose_count);
492 uint16_t* two_byte_source = AsciiToTwoByteString("1 + 2 * 3"); local
497 String::NewFromTwoByte(env->GetIsolate(), two_byte_source,
508 bool success = source->MakeExternal(new TestResource(two_byte_source,
855 uint16_t* two_byte_source = AsciiToTwoByteString(two_byte_string_1); local
857 String::NewFromTwoByte(env->GetIsolate(), two_byte_source,
860 i::DeleteArray(two_byte_source);
876 two_byte_source = AsciiToTwoByteString(two_byte_string_2);
877 right = String::NewFromTwoByte(env->GetIsolate(), two_byte_source,
    [all...]

Completed in 395 milliseconds