Home
last modified time | relevance | path

Searched refs:EXPORTED_SYMBOL_TYPES (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.h50 static constexpr const char *EXPORTED_SYMBOL_TYPES = "exportedSymbolTypes"; variable
DtypeExtractorEmitter.cpp151 symbolTypeStr = TypeExtractorEmitter::EXPORTED_SYMBOL_TYPES; in GenImportOrDeclareTypeInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h240 static constexpr const char *EXPORTED_SYMBOL_TYPES = "exportedSymbolTypes"; variable
Dtype_literal_extractor.cpp335 const char *name = isBuiltinTable ? DECLARED_SYMBOL_TYPES : EXPORTED_SYMBOL_TYPES; in ProcessExportTable()