Home
last modified time | relevance | path

Searched refs:AllocateInternalizedStringImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h1077 Handle<String> AllocateInternalizedStringImpl(T t, int chars,
Dfactory.cc832 Handle<String> Factory::AllocateInternalizedStringImpl(T t, int chars, in AllocateInternalizedStringImpl() function in v8::internal::Factory
872 return AllocateInternalizedStringImpl<true>(string, chars, hash_field); in NewInternalizedStringImpl()
874 return AllocateInternalizedStringImpl<false>(string, chars, hash_field); in NewInternalizedStringImpl()