| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | char-type.sts | 18 let c5 : char = c'\u0005'; 22 assert c2 + c5 == c7; 25 assert c7 - c5 == c2; 28 assert c2 < c5; 39 assert c5 / c2 == 2; 42 assert c5 % c2 == 1; 45 assert c5 << c2 == 20;
|
| /arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/ |
| D | not_meet_rule5.ts | 88 class C5 { class 95 let c5 = new C5(); variable 96 print(c5.toString);
|
| /arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule3/ |
| D | not_meet_rule3.ts | 94 class C5 { class 100 let c5 = new C5(); variable 101 print(c5.toString);
|
| /arkcompiler/ets_runtime/test/aottest/try_catch_finally/ |
| D | try_catch_finally.ts | 87 var c5 = 0; variable 93 c5 += 1; 96 c5 += 12; 98 print(c5)
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | object_literals_2.sts | 72 let c5: C2 = {s: 'foo'} // OK in TS, CTE in ArkTS 94 class C5 { 98 console.log('C5.f is called'); 102 let c8: C5 = {n: 42, s: 'foo', f: () => {}} // OK in TS, CTE in ArkTS
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.params.yaml | 31 - 'Dž' # Latin Capital Letter D with Small Letter Z with Caron, U+01C5 95 - 'Dž' # Latin Capital Letter D with Small Letter Z with Caron, U+01C5
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | inline_ic.pa | 412 #! EVENT /Inline,Test5::__noinline__call_func,C5::func,.*VIRTUAL_POLYMORPHIC,SUCCESS/ 422 .record C5 <extends=B5> {} 432 .function void C5.func(C5 a0) { 445 newobj v6, C5
|
| /arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/ |
| D | pgo_gettersetter.ts | 56 class C5 extends f4 { class
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 274 class C5 extends Int16Array{ class 280 const v12 = new C5(); 281 v4.sort(C5.prototype.toString);
|
| /arkcompiler/ets_runtime/test/aottest/pgo_extrainfomap_expand/ |
| D | pgo_extrainfomap_expand.ts | 28 class C5 { class
|
| /arkcompiler/ets_frontend/testTs/expect/types/literal/ |
| D | literalTypes2.txt | 5 …4'}, {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'c5'}, {'t': 25, 'v': 0}…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 942 uint16_t c5 = EcmaStringAccessor(string).Get(k + ESCAPE_CHAR_OFFSET5); in Unescape() local 946 bool c5IsHexDigits = IsHexDigits(c5); in Unescape() 952 c = (c << ESCAPE_HEX_BIT4) | ESCAPE_CHAR_TO_HEX[c5]; in Unescape()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 879 …d = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */ in GenBitfieldInsn() 896 …d = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */ in GenBitfieldInsn() 905 …d = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */ in GenBitfieldInsn() 1609 uint32 mod = 16; /* 16 from Armv8 Manual C5.6.128 */ in GenMoveWideInsn()
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | initobj.range.yaml | 299 .function void R.c5(R a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5) <ctor> { 306 initobj.range R.c5, a0 307 initobj.range R.c5, a11
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | initobj.range.yaml | 388 .function void R.c5(R a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5) <ctor> { 395 initobj.range R.c5, a0 396 initobj.range R.c5, a11
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 1913 +let c5 =new E() 4397 +let c5 = new C5(); 5766 +let c5 = new C5(); 11728 @@ -47,3 +47,9 @@ class C5 { 11737 +let c5 = new C5(); 11953 +let c5 = new C5();
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 72326 const c5 = a5.Matrix; 72437 return h5.borrowObject(C5); 72444 let C5 = Ul("dragonBones.CCTextureData")(v5 = class extends d5 { 73095 globalTransformMatrix: new c5
|