Home
last modified time | relevance | path

Searched defs:resolved (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/arkguard/
Dpackage-lock.json9 …"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
29 …"resolved": "https://repo.huaweicloud.com/repository/npm/@jridgewell/trace-mapping/-/trace-mapping… string
39 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node10/-/node10-1.0.9.tgz", string
45 … "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node12/-/node12-1.0.11.tgz", string
51 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node14/-/node14-1.0.3.tgz", string
57 "resolved": "https://repo.huaweicloud.com/repository/npm/@tsconfig/node16/-/node16-1.0.4.tgz", string
63 "resolved": "https://repo.huaweicloud.com/repository/npm/@types/chai/-/chai-4.3.11.tgz", string
69 … "resolved": "https://repo.huaweicloud.com/repository/npm/@types/commander/-/commander-2.12.2.tgz", string
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/
Dpackage-lock.json9 "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/
Dpackage-lock.json19 "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/arkguard/test/
Dpackage-lock.json7 "resolved": "https://repo.huaweicloud.com/repository/npm/benchmark/-/benchmark-2.1.4.tgz", string
16 "resolved": "https://repo.huaweicloud.com/repository/npm/lodash/-/lodash-4.17.21.tgz", string
21 "resolved": "https://repo.huaweicloud.com/repository/npm/platform/-/platform-1.3.6.tgz", string
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp128 auto const resolved = ident->Variable(); in ValidateNewClassInstanceIdentifier() local
138 auto const resolved = ident->Variable(); in ValidateMemberIdentifier() local
154 auto const resolved = ident->Variable(); in ValidatePropertyOrDeclaratorIdentifier() local
168 auto const resolved = ident->Variable(); in ValidateAssignmentIdentifier() local
213 varbinder::Variable *const resolved = ident->Variable(); in ValidateResolvedIdentifier() local
DbaseAnalyzer.cpp69 bool resolved = false; in ResolveJump() local
Dhelpers.cpp43 auto *resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing() local
244 auto *const resolved = ident->Variable(); in ResolveIdentifier() local
252 auto *resolved = FindVariableInFunctionScope(ident->Name(), options); in ResolveIdentifier() local
Dfunction.cpp1685 const auto *resolved = identNode->Variable(); in CheckCapturedVariable() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dpackage-lock.json13 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", string
22 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", string
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexedAccessType.cpp40 checker::Type *resolved = GetType(checker); in Check() local
69 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage-lock.json9 "resolved": "https://repo.huaweicloud.com/repository/npm/commander/-/commander-9.4.0.tgz", string
/arkcompiler/ets_frontend/arkguard/src/cli/
DSecHarmony.ts45 const resolved: string = path.resolve(value); constant
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsIndexedAccessType.cpp77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp189 auto *resolved = scopeIter->FindLocal(name, options); in FindInGlobal() local
204 if (auto *const resolved = scopeIter->FindLocal(name, options); resolved != nullptr) { in FindInFunctionScope() local
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp412 std::string resolved = path; in ResolvePath() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp736 auto *resolved = obj->ClassAddr<Class>()->ResolveVirtualMethod(callee); in ResolveVirtualCallEntrypoint() local
756 auto *resolved = objKlass->ResolveVirtualMethod(method); in ResolveVirtualCallAotEntrypoint() local
806 auto *resolved = handleObj.GetPtr()->ClassAddr<Class>()->ResolveVirtualMethod(method); in ResolveUnknownVirtualCallEntrypoint() local
1332 auto *resolved = cls->ResolveVirtualMethod(callee); in ResolveVirtualMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp521 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name(), in GetIteratorType() local
DTSAnalyzer.cpp1878 checker::Type *resolved = node->GetType(checker); in Check() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp658 auto resolved = runtime_->ResolveVirtualMethod(klass, callee->second); in ResolveVirtual() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h536 Method *resolved = nullptr; in ResolveVirtualMethod() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3440 auto *resolved = cls->ResolveVirtualMethod(method); in HandleVirtualCall() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument