Searched refs:NewTwoByteInternalizedString (Results 1 – 4 of 4) sorted by relevance
79 return isolate->factory()->NewTwoByteInternalizedString( in AsHandle()
221 Handle<String> NewTwoByteInternalizedString(Vector<const uc16> str,
463 MUST_USE_RESULT Handle<String> Factory::NewTwoByteInternalizedString( in NewTwoByteInternalizedString() function in v8::internal::Factory
16191 return isolate->factory()->NewTwoByteInternalizedString(string_, hash_field_); in AsHandle()