Home
last modified time | relevance | path

Searched full:c4 (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-private-class-element-4.ts19 class C4 { class
30 C4.#msg = 'hi';
31 print(C4.#msg);
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-private-class-element-4.ts19 class C4 { class
37 C4.publicMsg = 'hi';
38 print(C4.publicMsg);
Dtest-ts-class-element-6.ts35 class C4 { class
42 let c4 = new C4(); variable
Dtest-ts-private-class-element-11.ts19 let CC4 = class C4 { variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/01.character_literals/
Dchar_literals_spec_examples.sts24 let c4 = c'\u0000'
29 let c4b = new Char(c4)
34 assert c4b.unboxed() == c4
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/
Dnot_meet_rule5.ts78 class C4 { class
85 let c4 = new C4(); variable
86 print(c4.toLocaleString);
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule3/
Dnot_meet_rule3.ts85 class C4 { class
91 let c4 = new C4(); variable
92 print(c4.toLocaleString);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/09.constant_string_to_char_conversion/
Dstr2char.params.yaml43 const c4: char = r + s + ""
44 assert c4 == c'Z'
54 c4: char = r + s + ""
61 assert a.c4 == c'Z'
92 c4: char
105 a.c4 = r + s + ""
106 assert a.c4 == c'Z'
Dstr2char_n2.params.yaml21 const c4: char = r + s + ""
22 assert c4 == c' '
Dstr2char_n3.params.yaml21 let c4: char = r + s + ""
22 assert c4 == c'B'
/arkcompiler/ets_runtime/test/moduletest/ictest/
Dictest.js38 class C4 extends Array { class
47 new C4(C4, C4);
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dinterface_literal_prop_name.sts44 public '4': string = 'c4'; // OK v1.1 rule relax case
51 '4': 'c4', // OK v1.1
58 '4': 'c4', // OK v1.1
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe38.md46 class C4 {
53 let o7: C4 = {n: 42, s: "foo", f : () => {}}
107 class C4 {
114 let o7 = new C4()
/arkcompiler/ets_runtime/test/moduletest/supercallRelease/
DsupercallRelease.js25 class C4 extends f1 { class
27 const v = new Proxy(C4, {});
/arkcompiler/ets_frontend/ets2panda/linter/test_regression/
D15431.sts46 class C4 {
50 class C4 {
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DnestedLambdaConst.sts28 const c4 = c3;
29 return c1 + c2 + c3 + c4;
DconversionFromInfinity.sts74 let c4 = -Infinity as char
78 assert(c4 == 0)
/arkcompiler/runtime_core/static_core/tests/checked/
Dinline_ic.pa304 #! EVENT /Inline,Test4::__noinline__call_func,C4::func,.*VIRTUAL_POLYMORPHIC,SUCCESS/
309 #! INST /CallVirtual.Inlined.*C4::func/
310 #! INST /CallVirtual.Inlined.*C4::func/
317 .record C4 <extends=A4> {}
330 .function i32 C4.func(C4 a0) {
344 newobj v6, C4
373 #! EVENT /Inline,Test4::__noinline__call_func,C4::func,.*VIRTUAL_POLYMORPHIC,SUCCESS/
387 newobj v6, C4
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule38.sts39 class C4 {
46 let o7: C4 = {n: 42, s: "foo", f : () => {}}
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js116 class C4 extends v4 { class
119 new C9(a7,C4);
122 new C4();
/arkcompiler/ets_runtime/test/aottest/privateproperty/
Dprivateproperty.ts221 let C4 = createClass2(); variable
225 C4.store.call(C3); // C3 try to access private property of C4, forbidden
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dclasses.sts25 class C4 extends C3 {
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_test_decorators/
Dts-test-decorators-export-exec.ts29 export declare abstract class C4 { } class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/import_export/03.import_directives/06.type_binding/
Dtype_binding_04.sts25 let c4 = new GIT2 // compile-time error: cannot create objects of type GIT2
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dmethods.sts39 final class C4 extends C3 {

12