Home
last modified time | relevance | path

Searched defs:declaration (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/
Dtsconfig.json8 "declaration": true, boolean
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp411 …const ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_… in GetTypeOfVariable() local
491 …const ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclarati… in GetTypeFromTypeAliasReference() local
Dobject.cpp459 for (const auto *declaration : decl->Decls()) { in GetBaseTypes() local
519 for (const auto *declaration : decl->Decls()) { in ResolveDeclaredMembers() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp374 auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), false); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1986 …auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), isDeclare); in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property