Home
last modified time | relevance | path

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

1234567

/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/checker/ets/
DvalidateHelpers.cpp86 …:ValidateCallExpressionIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateCallExpressionIdentifier() argument
89 if (resolved->HasFlag(varbinder::VariableFlags::CLASS_OR_INTERFACE) && in ValidateCallExpressionIdentifier()
123 …alidateNewClassInstanceIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved) in ValidateNewClassInstanceIdentifier() argument
125 …if (ident->Parent()->AsETSNewClassInstanceExpression()->GetTypeRef() == ident && (resolved != null… in ValidateNewClassInstanceIdentifier()
126 !resolved->HasFlag(varbinder::VariableFlags::CLASS_OR_INTERFACE)) { in ValidateNewClassInstanceIdentifier()
131 …Checker::ValidateMemberIdentifier(ir::Identifier *const ident, varbinder::Variable *const resolved, in ValidateMemberIdentifier() argument
134 if (resolved->Declaration()->Node()->IsTSEnumDeclaration() && in ValidateMemberIdentifier()
139 if ((resolved != nullptr) && !resolved->Declaration()->PossibleTDZ()) { in ValidateMemberIdentifier()
140 WrongContextErrorClassifyByType(ident, resolved); in ValidateMemberIdentifier()
152 varbinder::Variable *const resolved) in ValidatePropertyOrDeclaratorIdentifier() argument
[all …]
DbaseAnalyzer.cpp69 bool resolved = false; in ResolveJump() local
76 resolved = true; in ResolveJump()
82 return From(resolved); in ResolveJump()
/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/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/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/es2panda/ir/ts/
DtsIndexedAccessType.cpp41 checker::Type *resolved = GetType(checker); in Check() local
43 if (resolved) { in Check()
70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
72 checker->NodeCache().insert({this, resolved}); in GetType()
74 return resolved; in GetType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp148 * - return promise.value() if resolved or throw() it if rejected in AwaitProxyPromise()
159 LOG(DEBUG, COROUTINES) << "Promise::await: await() finished, promise has been resolved."; in AwaitProxyPromise()
195 * The promise is already resolved of rejected. Further actions: in EtsAwaitPromise()
197 * if resolved: return Promise.value in EtsAwaitPromise()
200 …* - suspend coro, create resolved JS promise and put it to the Q, on callback resume the … in EtsAwaitPromise()
206 LOG(DEBUG, COROUTINES) << "Promise::await: promise is already resolved!"; in EtsAwaitPromise()
215 // the promise is not resolved yet in EtsAwaitPromise()
/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/promise/
Dreturn_pending_promise_to_js_test.js57 console.log('Promise must not be resolved');
66 console.log('Promise must not be resolved');
81 console.log('Promise is not resolved or value is wrong');
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/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_runtime/test/regresstest/
Dignored-regresstest-fastverify-x64.txt11 regresstest/ark-regress/intl/displaynames/resolved-options.js
12 regresstest/ark-regress/intl/displaynames/resolved-options-v2.js
22 regresstest/ark-regress/intl/relative-time-format/resolved-options.js
Dignored-regresstest-fastverify-x64-aot-pgo.txt13 regresstest/ark-regress/intl/displaynames/resolved-options.js
14 regresstest/ark-regress/intl/displaynames/resolved-options-v2.js
25 regresstest/ark-regress/intl/relative-time-format/resolved-options.js
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsIndexedAccessType.cpp77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType() local
79 SetTsType(resolved); in GetType()
/arkcompiler/ets_frontend/arkguard/src/cli/
DSecHarmony.ts46 const resolved: string = path.resolve(value); constant
47 fileList.push(resolved);
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb99 resolved = TYPE_ALIASES[token]
100 if resolved
101 @types += resolved
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb99 resolved = TYPE_ALIASES[token]
100 if resolved
101 @types += resolved
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/promise/
Dpromise_test.sts18 return value == "resolved";

1234567