Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast-value-factory.h357 return GetTwoByteStringInternal(literal); in GetTwoByteString()
393 const AstRawString* GetTwoByteStringInternal(
Dast-value-factory.cc333 const AstRawString* AstValueFactory::GetTwoByteStringInternal( in GetTwoByteStringInternal() function in v8::internal::AstValueFactory
350 result = GetTwoByteStringInternal(content.ToUC16Vector()); in GetString()