Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp326 typeLiteralExtractor->EnumerateElements(InterfaceLiteralInfo::NUM_EXTENDS_INDEX, in ParseInterfaceType()
353 typeLiteralExtractor->EnumerateElements(DEFAULT_INDEX, in ParseUnionType()
376 typeLiteralExtractor->EnumerateElements(numParasIndex, in ParseFunctionType()
456 typeLiteralExtractor->EnumerateElements(numExtends, in FillInterfaceMethodTypes()
642 typeLiteralExtractor->EnumerateElements(NUM_GENERICS_PARA_INDEX, in ParseGenericsInstanceType()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h68 void EnumerateElements(const uint32_t numIndex, const Callback &callback) in EnumerateElements() function