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 2511 uint16_t* two_byte_source = AsciiToTwoByteString( local
2536 uint16_t* two_byte_source = AsciiToTwoByteString( local
    [all...]
test-api.cc 470 uint16_t* two_byte_source = AsciiToTwoByteString(c_source); local
474 TestResource* resource = new TestResource(two_byte_source, &dispose_count);
527 uint16_t* two_byte_source = AsciiToTwoByteString("1 + 2 * 3"); local
532 String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
541 bool success = source->MakeExternal(new TestResource(two_byte_source,
869 uint16_t* two_byte_source = AsciiToTwoByteString(two_byte_string_1); local
871 String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
872 i::DeleteArray(two_byte_source);
885 two_byte_source = AsciiToTwoByteString(two_byte_string_2);
886 right = String::NewFromTwoByte(env->GetIsolate(), two_byte_source);
    [all...]

Completed in 219 milliseconds