Home
last modified time | relevance | path

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

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