| /arkcompiler/ets_frontend/arkguard/ |
| D | package-lock.json | 9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@cspotcode/source-map-support/-/source-ma… string 18 …"resolved": "https://repo.huaweicloud.com/repository/npm/@jridgewell/resolve-uri/-/resolve-uri-3.1… string 24 …"resolved": "https://repo.huaweicloud.com/repository/npm/@jridgewell/sourcemap-codec/-/sourcemap-c… string 30 …"resolved": "https://repo.huaweicloud.com/repository/npm/@jridgewell/trace-mapping/-/trace-mapping… string 40 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node10/-/node10-1.0.9.tgz", string 46 … "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node12/-/node12-1.0.11.tgz", string 52 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node14/-/node14-1.0.3.tgz", string 58 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node16/-/node16-1.0.4.tgz", string 64 "resolved": "https://repo.huaweicloud.com/repository/npm/@types/chai/-/chai-4.3.11.tgz", string 70 … "resolved": "https://repo.huaweicloud.com/repository/npm/@types/commander/-/commander-2.12.2.tgz", string [all …]
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | package-lock.json | 9 …"resolved": "https://repo.huaweicloud.com/repository/npm/@ampproject/remapping/-/remapping-2.2.0.t… string 18 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/code-frame/-/code-frame-7.18.6.tgz… string 26 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/compat-data/-/compat-data-7.20.10.… string 31 "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/core/-/core-7.20.7.tgz", string 53 … "resolved": "https://repo.huaweicloud.com/repository/npm/@babel/generator/-/generator-7.20.7.tgz", string 63 …"resolved": "https://repo.huaweicloud.com/repository/npm/@jridgewell/gen-mapping/-/gen-mapping-0.3… string 75 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-annotate-as-pure/-/helper-a… string 83 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-builder-binary-assignment-o… string 92 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-compilation-targets/-/helpe… string 104 …"resolved": "https://repo.huaweicloud.com/repository/npm/@babel/helper-create-class-features-plugi… string [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | package-lock.json | 9 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.7.tgz", string 15 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", string 21 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", string 31 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", string 37 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", string 43 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", string 57 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", string 67 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", string 73 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", string 82 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", string [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/ |
| D | package-lock.json | 19 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.7.tgz", string 25 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", string 31 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", string 41 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", string 47 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", string 53 "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", string 73 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", string 83 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", string 89 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", string 101 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", string [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsIndexedAccessType.cpp | 41 checker::Type *resolved = GetType(checker); in Check() local 70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
|
| /arkcompiler/ets_frontend/arkguard/src/cli/ |
| D | SecHarmony.ts | 40 const resolved: string = path.resolve(value); constant
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package-lock.json | 9 "resolved": "https://repo.huaweicloud.com/repository/npm/commander/-/commander-9.4.0.tgz", string
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | baseAnalyzer.cpp | 59 bool resolved = false; in ResolveJump() local
|
| D | helpers.cpp | 447 auto *resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing() local 522 …alidateNewClassInstanceIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) in ValidateNewClassInstanceIdentifier() 530 …Checker::ValidateMemberIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateMemberIdentifier() 560 varbinder::Variable *const resolved) in ValidatePropertyOrDeclaratorIdentifier() 574 …ker::ValidateAssignmentIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateAssignmentIdentifier() 614 …ecker::ValidateResolvedIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) in ValidateResolvedIdentifier() 696 auto *const resolved = ident->Variable(); in ResolveIdentifier() local 701 auto *resolved = FindVariableInFunctionScope(ident->Name()); in ResolveIdentifier() local
|
| D | function.cpp | 1328 const auto *resolved = identNode->Variable(); in CheckCapturedVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsIndexedAccessType.cpp | 70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 132 auto *resolved = scopeIter->FindLocal(name, options); in FindInGlobal() local 146 if (auto *const resolved = scopeIter->FindLocal(name, options); resolved != nullptr) { in FindInFunctionScope() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 330 std::string resolved = path; in ResolvePath() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 725 auto *resolved = obj->ClassAddr<Class>()->ResolveVirtualMethod(callee); in ResolveVirtualCallEntrypoint() local 745 auto *resolved = objKlass->ResolveVirtualMethod(method); in ResolveVirtualCallAotEntrypoint() local 795 auto *resolved = handleObj.GetPtr()->ClassAddr<Class>()->ResolveVirtualMethod(method); in ResolveUnknownVirtualCallEntrypoint() local 1306 auto *resolved = cls->ResolveVirtualMethod(callee); in ResolveVirtualMethod() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class-inl.h | 520 Method *resolved = nullptr; in ResolveVirtualMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 178 auto resolved = ResolveImportPath(x); in ParseETSGlobalScript() local 191 auto resolved = ResolveImportPath(item); in ParseETSGlobalScript() local 266 auto resolved = ResolveImportPath(path); in PrepareExternalGlobalClass() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 2093 checker::Type *resolved = node->GetType(checker); in Check() local
|
| D | ETSAnalyzer.cpp | 1997 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name()… in GetIteratorType() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3440 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() 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
|