Searched full:fld3 (Results 1 – 18 of 18) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/12.enum_to_const_types_conversion/ |
| D | enum2str.params.yaml | 58 fld3: string = s + Color.Green + "X" 65 assert a.fld3 == "ZgX" 72 fld3: string = "" 79 a.fld3 = s + Color.Green + "X" 82 assert a.fld3 == "ZgX"
|
| D | enum2int.params.yaml | 58 fld3: int = s + Color.Green - 42 65 assert a.fld3 == 100 72 fld3: number 79 a.fld3 = s + Color.Green + 1 82 assert a.fld3 == 143
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | requiredType_7_neg.sts | 19 fld3: Number | undefined = 2.0; 26 /* @@@ label Error TypeError: Class property 'fld3' needs to be initialized for required type. */
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | requiredType_9.sts | 23 fld3: Required<T|undefined> 27 let req_a: Required<A<B>> = {fld: new B(), fld2: {b_fld: 4}, fld3: {b_fld: 9}};
|
| D | requiredType_9-expected.txt | 524 "name": "fld3", 1336 "name": "fld3",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/03.implicit_generic_instantiations/ |
| D | func.params.yaml | 107 fld3: number = 0 110 fld3: number = 0 120 assert(foo('fld3', 'fld3') == 'fld3fld3')
|
| D | lmbd.params.yaml | 103 fld3: number = 0 106 fld3: number = 0 114 assert(foo('fld3', 'fld3') == 'fld3fld3')
|
| D | meth.params.yaml | 126 fld3: number = 0 129 fld3: number = 0 141 assert(cls.foo('fld3', 'fld3') == 'fld3fld3')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/02.object_literal_of_interface_type/ |
| D | in.params.yaml | 158 fld3: number 163 let a: A = { fld1: v++, fld2: v++, fld3: v++ } 164 assert(v == 45 && a.fld1 == 42 && a.fld2 == 43 && a.fld3 == 44)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/ |
| D | cl.params.yaml | 153 fld3: number 158 let a: A = { fld1: v++, fld2: v++, fld3: v++ } 159 assert(v == 45 && a.fld1 == 42 && a.fld2 == 43 && a.fld3 == 44)
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | optional_library_types.sts | 79 fld3?: CGood; 87 let v3 = a.fld3;
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 96 f64 fld3
|
| D | lda.obj.yaml | 93 f64 fld3
|
| D | mov.obj.yaml | 94 f64 fld3
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | sta.obj.yaml | 96 f64 fld3
|
| D | lda.obj.yaml | 94 f64 fld3
|
| D | mov.obj.yaml | 96 f64 fld3
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 4497 i32 fld3 <access.field=private> in TEST()
|