Searched refs:GetTwoByteStringInternal (Results 1 – 2 of 2) sorted by relevance
332 return GetTwoByteStringInternal(literal); in GetTwoByteString()371 const AstRawString* GetTwoByteStringInternal(Vector<const uint16_t> literal);
293 const AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal() function in v8::internal::AstValueFactory308 result = GetTwoByteStringInternal(content.ToUC16Vector()); in GetString()