Home
last modified time | relevance | path

Searched full:resolved (Results 1 – 25 of 222) sorted by relevance

123456789

/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dtests.cpp23 // NOTE Disabled until #17693 is resolved
31 // NOTE Disabled until #17693 is resolved
39 // NOTE Disabled until #17693 is resolved
47 // NOTE Disabled until #17693 is resolved
55 // NOTE Disabled until #17693 is resolved
63 // NOTE Disabled until #17693 is resolved
71 // NOTE Disabled until #17693 is resolved
79 // NOTE Disabled until #17693 is resolved
87 // NOTE Disabled until #17693 is resolved
95 // NOTE Disabled until #17693 is resolved
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp128 auto const resolved = ident->Variable(); in ValidateNewClassInstanceIdentifier() local
129 …if (ident->Parent()->AsETSNewClassInstanceExpression()->GetTypeRef() == ident && (resolved != null… in ValidateNewClassInstanceIdentifier()
130 !resolved->HasFlag(varbinder::VariableFlags::CLASS_OR_INTERFACE)) { in ValidateNewClassInstanceIdentifier()
138 auto const resolved = ident->Variable(); in ValidateMemberIdentifier() local
139 if (resolved->Declaration()->Node()->IsTSEnumDeclaration() && in ValidateMemberIdentifier()
144 if ((resolved != nullptr) && !resolved->Declaration()->PossibleTDZ()) { in ValidateMemberIdentifier()
154 auto const resolved = ident->Variable(); in ValidatePropertyOrDeclaratorIdentifier() local
155 …if ((resolved != nullptr) && resolved->TsType() != nullptr && resolved->TsType()->IsETSFunctionTyp… in ValidatePropertyOrDeclaratorIdentifier()
160 if ((resolved != nullptr) && !resolved->Declaration()->PossibleTDZ()) { in ValidatePropertyOrDeclaratorIdentifier()
168 auto const resolved = ident->Variable(); in ValidateAssignmentIdentifier() local
[all …]
DbaseAnalyzer.cpp69 bool resolved = false; in ResolveJump() local
76 resolved = true; in ResolveJump()
82 return From(resolved); in ResolveJump()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/sts_ts_subset/std/core/
DPromiseResolveByThenable2.sts18 return Promise.resolve(onFulfilled!("resolved")) as PromiseLike<U|E>;
25 if (value == "resolved") {
28 console.log("Test failed. The promise should be resolved by the provided value.");
31 console.log("Test failed. The promise should be resolved.");
DPromiseSequence6.sts39 console.log("Test failed. The promise should not be resolved.")
48 console.log("Test failed. The promise should not be resolved.")
/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_incorrect_conversion_types/ts_to_arkts/
Dincorrect_conversion_types.cpp101 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
162 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
229 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
331 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
338 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
345 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
352 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
359 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
366 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
373 // Note: Test is disabled until #17741 is resolved. Need to enable this after fix import bigInt.
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md22 The slow path performs `ResolveStringAot` runtime call that returns resolved string.
27 - `--aot-string-gc-roots-limit` controls how many time the same string should be resolved before it…
37 - if PLT-slot's value is already a pointer then the resolved string gets returned;
38 - if amount of already filled PLT-slots is above `--resolve-string-aot-threshold` then the resolved
40 … is below `--aot-string-gc-roots-limit` then slot's value is incremented and the resolved string is
43 registered as GC-root in `AotManager` and the resolved string is returned.
Dobject_type_check_elimination_doc.md17 `IsInstance` is replaced by 1 if an object in input can be cast to the resolved type, else replaced…
22 If an object in input can't be cast to the resolved type `CheckCast` is replaced by deoptimize, els…
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md22 The slow path performs `ResolveStringAot` runtime call that returns resolved string.
27 - `--aot-string-gc-roots-limit` controls how many time the same string should be resolved before it…
37 - if PLT-slot's value is already a pointer then the resolved string gets returned;
38 - if amount of already filled PLT-slots is above `--resolve-string-aot-threshold` then the resolved
40 … is below `--aot-string-gc-roots-limit` then slot's value is incremented and the resolved string is
43 registered as GC-root in `AotManager` and the resolved string is returned.
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexedAccessType.cpp40 checker::Type *resolved = GetType(checker); in Check() local
42 if (resolved) { in Check()
69 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
71 checker->NodeCache().insert({this, resolved}); in GetType()
73 return resolved; in GetType()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_return_this/
Dtest_return_this.cpp48 // Note: Test is disabled until #17852 is resolved
55 // Note: Test is disabled until #18365 is resolved
62 // Note: Test is disabled until #18365 is resolved
87 // Note: Test is disabled until #18468 is resolved
/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
Dawait_js_promise.js100 msg('Promise must not be resolved until JS resolves the passed one', FATAL);
111 msg('Promise is not resolved or value is wrong', FATAL);
133 } else if (test === 'resolved') {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dwake_for_another_event.sts18 * that will be resolved in then callback of another promise
19 * that will be resolved in another coroutine
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
Dtest_composite_types.cpp23 // Note: Test is disabled until #18062 is resolved
52 // Note: Test is disabled until #18063 is resolved
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp171 * - return promise.value() if resolved or throw() it if rejected in AwaitProxyPromise()
180 LOG(DEBUG, COROUTINES) << "Promise::await: await() finished, promise has been resolved."; in AwaitProxyPromise()
213 * The promise is already resolved or rejected. Further actions: in EtsAwaitPromise()
215 * if resolved: return Promise.value in EtsAwaitPromise()
218 …* - suspend coro, create resolved JS promise and put it to the Q, on callback resume the … in EtsAwaitPromise()
224 LOG(DEBUG, COROUTINES) << "Promise::await: promise is already resolved!"; in EtsAwaitPromise()
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp26 // NOTE: cache all the resolved paths. in FindImportedFunctions()
50 // NOTE: cache all the resolved paths. in FindExportedFunctions()
110 // NOTE: cache all the resolved paths. in FindImportedEntity()
138 // NOTE: cache all the resolved paths. in FindExportedEntity()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/ets_to_js/
Dtest_class_methods.sts86 // Note: The following code for using of interface is commented until #17878 is not resolved
103 // Note: Using this code for interface is a workaround until #17878 is not resolved
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage-lock.json9 "resolved": "https://repo.huaweicloud.com/repository/npm/commander/-/commander-9.4.0.tgz", string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.cpp23 // Note: Several tests disabled until #17741 is resolved
39 // Note: Test is disabled until #17741 is resolved
89 // Note: Test is disabled until #17741 is resolved
/arkcompiler/ets_frontend/arkguard/src/cli/
DSecHarmony.ts45 const resolved: string = path.resolve(value); constant
46 fileList.push(resolved);

123456789