Home
last modified time | relevance | path

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

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