Home
last modified time | relevance | path

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

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