Home
last modified time | relevance | path

Searched full:any (Results 1 – 25 of 4944) sorted by relevance

12345678910>>...198

/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 description: In dynamically-typed language context load string as 'any' value.
24 description: In dynamically-typed language context accept 'any' values in source
37 Move 'any' values between registers
43 - sig: mov.dyn v1:out:any, v2:in:any
50 Move 'any' value from register to accumulator
56 - sig: lda.dyn v:in:any
57 acc: out:any
63 Move 'any' value from accumulator to register
69 - sig: sta.dyn v:out:any
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 value?: any;
21 get?(): any;
22 set?(v: any): void;
31 value: any;
36 value: any;
40 next(...args: [] | [any]): IteratorYieldResult | IteratorReturnResult;
41 return?(value?: any): IteratorYieldResult | IteratorReturnResult;
42 throw?(e?: any): IteratorYieldResult | IteratorReturnResult;
84 readonly [n: number]: any;
[all …]
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 declare function print(str: any): string;
21 function foo1(a: any) {
25 function foo2(a: any, b: any) {
29 function foo3(a: any, b: any, c: any) {
33 function foo4(a: any, b: any, c: any, d: any) {
/arkcompiler/ets_runtime/test/typeinfer/builtins/
Dbuiltins.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function AssertType(value: any, type: string): void;
18 let anyArr: any[] = [];
33 AssertType(Object.entries({}), "any[]");
34 AssertType(Object.fromEntries(it), "any");
97 AssertType(JSON.parse("111"), "any");
138 AssertType(arr.concat([1, 2, 3]), "any[]");
141 AssertType(arr.every((v: any, i: number, arr: any[]) => { }), "boolean");
143 AssertType(arr.filter((v: any, i: number, arr: any[]) => { }), "any[]");
144 AssertType(arr.findIndex((v: any, i: number, arr: any[]) => { }), "number");
[all …]
/arkcompiler/ets_runtime/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/arkcompiler/toolchain/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/arkcompiler/runtime_core/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/arkcompiler/ets_runtime/test/aottest/strictequal/
Dstrictequal.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function print(arg:any):string;
18 let num1:any = 1;
19 let num2:any = 1;
21 let str1:any = "1";
22 let str2:any = "1";
24 let boolTrue1:any = true;
25 let boolTrue2:any = true;
27 let undefine1:any = undefined;
28 let undefine2:any = undefined;
/arkcompiler/ets_runtime/test/aottest/strictnotequal/
Dstrictnotequal.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function print(arg:any):string;
18 let num1:any = 1;
19 let num2:any = 1;
21 let str1:any = "1";
22 let str2:any = "1";
24 let boolTrue1:any = true;
25 let boolTrue2:any = true;
27 let undefine1:any = undefined;
28 let undefine2:any = undefined;
/arkcompiler/ets_frontend/
DLICENSE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/arkcompiler/ets_runtime/test/typeinfer/lex_env_var_multiple/
Dlex_env_var_multiple.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function AssertType(value:any, type:string):void;
18 function f():any {
22 function g():any {
26 function h():any {
41 function x():any {
42 function y():any {
43 function z():any {
45 function w():any {
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52 .function any foo(any a0, any a1, any a2) {
85 const std::string fun_name = "foo:(any,any,any)";
103 .function any foo(any a0, any a1, any a2) {
/arkcompiler/ets_runtime/test/aottest/getunmappedargs/
Dgetunmappedargs.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 declare function print(str:any):number;
17 function func1(a:any) {
22 function func2(a:any, b:any, c:any) {
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeFlag.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
54 ANY = 1ULL << 28, // x: any enumerator
61 COMPUTED_NAME = COMPUTED_TYPE_LITERAL_NAME | STRING | NUMBER | ANY | SYMBOL,
62 ANY_OR_UNKNOWN = ANY | UNKNOWN,
63 ANY_OR_VOID = ANY | VOID,
65 ANY_OR_NULLABLE = ANY | NULLABLE,
73 NUMBER_OR_ANY = NUMBER | ANY,
76 PRIMITIVE_OR_ANY = PRIMITIVE | ANY,
81 VALID_ARITHMETIC_TYPE = ANY | NUMBER_LIKE | BIGINT_LIKE | ENUM,
/arkcompiler/ets_frontend/ts2panda/src/
DtypeChecker.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38 private compiledTypeChecker: any = null;
131 return PrimitiveType.ANY;
134 if (classTypeIndex == PrimitiveType.ANY) {
160 return PrimitiveType.ANY;
165 return PrimitiveType.ANY;
168 if (interfaceTypeIndex == PrimitiveType.ANY) {
177 return PrimitiveType.ANY;
187 if (ImportTypeIndex != PrimitiveType.ANY) {
190 return PrimitiveType.ANY;
[all …]
Dlog.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 export function LOGD(tag: any, ...args: any[]) {
30 export function LOGE(tag: any, ...args: any[]) {
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
64 .function any func_main_0(any a0, any a1, any a2) { in HWTEST_F_L0()
98 .function any func_main_0(any a0, any a1, any a2) { in HWTEST_F_L0()
135 .function any func_main_0(any a0, any a1, any a2) { in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/aottest/proxy/
Dproxy.ts1 declare function print(str:any):string;
10 apply: function(target:any, thisArg:any, argumentsList:any[]) {
/arkcompiler/ets_frontend/test_ecma_bcopt/
Dtest_bytecode_optimizer_for_js.txt21 .function any func_main_0_any_any_any_any_(any a0, any a1, any a2) <static> {
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dnew_expression_92.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 var foo: { new(a: any, b: any): any ;};
Dnew_expression_91.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 var foo: { new(a: any, b: any): any ;};
Dnew_expression_156.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 var foo: new (a: any, b: any) => any;
Dnew_expression_157.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 var foo: new (a: any, b: any) => any;
/arkcompiler/ets_runtime/test/typeinfer/loopbeginphi/
Dloopbeginphi.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function AssertType(value:any, type:string):void;
18 function p(num : number) :any {
29 // loop begin phi (int, any) -> any
30 AssertType(a1, "any");
/arkcompiler/ets_runtime/test/aottest/bind/
Dbind.ts11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 declare function print(arg:any):string;
18 function foo(a:any, b:any) {

12345678910>>...198