Searched refs:two_byte_string (Results 1 – 1 of 1) sorted by relevance
594 uint16_t* two_byte_string = AsciiToTwoByteString("s1"); in TEST() local596 String::NewFromTwoByte(env->GetIsolate(), two_byte_string); in TEST()597 i::DeleteArray(two_byte_string); in TEST()607 two_byte_string = AsciiToTwoByteString("small string 2"); in TEST()608 small_string = String::NewFromTwoByte(env->GetIsolate(), two_byte_string); in TEST()609 i::DeleteArray(two_byte_string); in TEST()624 two_byte_string = AsciiToTwoByteString(buf); in TEST()626 String::NewFromTwoByte(env->GetIsolate(), two_byte_string); in TEST()628 i::DeleteArray(two_byte_string); in TEST()709 uint16_t* two_byte_string = AsciiToTwoByteString("test string"); in THREADED_TEST() local[all …]