Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.h106 int64_t GetTypeIndexFromClassExpression(const ir::AstNode *node, bool isNewInstance);
DtypeExtractor.cpp72 …std::bind(&TypeExtractor::GetTypeIndexFromClassExpression, this, std::placeholders::_1, std::place… in TypeExtractor()
381 int64_t TypeExtractor::GetTypeIndexFromClassExpression(const ir::AstNode *node, bool isNewInstance) in GetTypeIndexFromClassExpression() function in panda::es2panda::extractor::TypeExtractor