Home
last modified time | relevance | path

Searched defs:originalName (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTransformUtil.spec.ts125 const originalName: string = 'isInTopLevelWhitelist'; constant
153 const originalName: string = 'isInTopLevelWhitelist'; constant
162 const originalName: string = '__global'; constant
173 const originalName: string = 'isInPropertyWhitelist'; constant
201 const originalName: string = 'isInLocalWhitelist'; constant
217 const originalName: string = 'originalName'; constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts343 const originalName: string = def.name; constant
784 const originalName = symbolInfo.originalNameWithScope; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1900 const originalName = importClause?.name?.text; constant
1911 const originalName = element.propertyName ? element.propertyName.text : element.name.text; constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp289 …auto originalName = originNameIt != importedSpecifiersForExportCheck_.end() ? originNameIt->second… in VerifyCollectedExportName() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp536 std::string originalName = it->second.at(std::to_string(globalIndexForSpecialFunc)); in CheckAndRestoreSpecialFunctionName() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts429 let originalName = expression.right.getText(); variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts4192 let originalName = ''; variable
4268 const originalName = Autofixer.getOriginalNameAtSymbol(symbolName, defaultSymbol); constant
4275 const originalName = element.propertyName ? element.propertyName.text : symbolName; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1711 util::StringView ETSChecker::FindPropNameForNamespaceImport(const util::StringView &originalName, in FindPropNameForNamespaceImport()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument