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