Home
last modified time | relevance | path

Searched refs:NewTwoByteInternalizedString (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ast/
Dast-value-factory.cc79 return isolate->factory()->NewTwoByteInternalizedString( in AsHandle()
/external/v8/src/
Dfactory.h221 Handle<String> NewTwoByteInternalizedString(Vector<const uc16> str,
Dfactory.cc463 MUST_USE_RESULT Handle<String> Factory::NewTwoByteInternalizedString( in NewTwoByteInternalizedString() function in v8::internal::Factory
Dobjects.cc16168 return isolate->factory()->NewTwoByteInternalizedString(string_, hash_field_); in AsHandle()