Home
last modified time | relevance | path

Searched defs:isExported (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp527 auto isExported = IsExportNode(node); in HandleVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp572 … bool isDeclare, bool isAbstract, bool isExported) in ParseClassDeclaration()