Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h54 inline const CString &GetStringValue(const uint32_t index) const in GetStringValue() function
105 const CString &key = GetStringValue(keyIndex); in EnumerateProperties()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp144 factory_->NewFromUtf8(typeLiteralExtractor->GetStringValue(DEFAULT_INDEX)); in ResolveImportType()
387 … factory_->NewFromUtf8(typeLiteralExtractor->GetStringValue(FunctionLiteralInfo::NAME_INDEX))); in ParseFunctionType()