Searched defs:declaration (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.json | 7 "declaration": true, boolean
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/ |
| D | tsconfig.test.json | 5 "declaration": true, boolean
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 403 …const ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_… in GetTypeOfVariable() local 485 …const ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclarati… in GetTypeFromTypeAliasReference() local
|
| D | object.cpp | 450 for (const auto *declaration : decl->Decls()) { in GetBaseTypes() local 510 for (const auto *declaration : decl->Decls()) { in ResolveDeclaredMembers() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectIterator.cpp | 108 auto *const declaration = left->AsVariableDeclaration(); in ProcessObjectIterator() local
|
| D | enumLowering.cpp | 670 auto *const declaration = checker->AllocNode<ir::VariableDeclaration>( in CreateForLoopInitVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 452 for (const auto *declaration : decl->Decls()) { in GetBaseTypes() local 516 for (const auto *declaration : decl->Decls()) { in ResolveDeclaredMembers() local
|
| D | helpers.cpp | 386 …ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTI… in GetTypeParam() local 530 … ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclaration(); in GetTypeFromTypeAliasReference() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | scopedDebugInfoPlugin.cpp | 38 auto *declaration = checker->AllocNode<ir::VariableDeclaration>( in CreateVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1510 const declaration: ts.VariableDeclaration = ts.factory.createVariableDeclaration( constant
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 1599 …auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, Allocator(), std::move(declarators… in ParseVariableDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2180 …auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), isDeclare); in ParseVariableDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1867 auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), false); in CreateVariableDeclarationWithIdentify() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|