Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast-value-factory.h351 return GetOneByteStringInternal(literal); in GetOneByteString()
391 V8_EXPORT_PRIVATE const AstRawString* GetOneByteStringInternal(
Dast-value-factory.cc317 const AstRawString* AstValueFactory::GetOneByteStringInternal( in GetOneByteStringInternal() function in v8::internal::AstValueFactory
347 result = GetOneByteStringInternal(content.ToOneByteVector()); in GetString()