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