Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.h297 return GetTwoByteStringInternal(literal); in GetTwoByteString()
334 AstRawString* GetTwoByteStringInternal(Vector<const uint16_t> literal);
Dast-value-factory.cc225 AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal() function in v8::internal::AstValueFactory
240 result = GetTwoByteStringInternal(content.ToUC16Vector()); in GetString()