Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/test/deopttest/restore_vregs/
Drestore_vregs.ts35 let c2 = new C(); variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-class-generic-type.ts26 let c2 = new C<string>("a"); variable
/arkcompiler/ets_runtime/test/aottest/call_builtin_objects/
Dcall_builtin_objects.ts43 const c2 = new C(1, 1, 1); constant
/arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/
Dtest6.ts26 let c2: C1 = { value: 0 }; variable
Dtest7.ts26 let c2 = { value: 0 } as C1; variable
Dtest5.ts42 let c2 = new C1<number, string>(); variable
/arkcompiler/ets_runtime/test/aottest/pgo_storemiss/
Dpgo_storemiss.ts39 let c2 = new C(); variable
/arkcompiler/ets_runtime/test/moduletest/regresssuper/
Dregresssuper.js95 let c2 = Reflect.construct(TestB, [], c1.constructor); variable
/arkcompiler/ets_runtime/test/aottest/try_catch_finally/
Dtry_catch_finally.ts41 var c2 = 0, fin2 = 0; variable
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule3/
Dnot_meet_rule3.ts73 let c2 = new C2(); variable
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp385 const uint8_t c2 = utf8[++in_pos]; in Utf8ToUtf16Size() local
431 const uint8_t c2 = utf8In[++in_pos]; in ConvertRegionUtf8ToUtf16() local
451 const uint8_t c2 = utf8In[++in_pos]; in ConvertRegionUtf8ToUtf16() local
460 const uint8_t c2 = utf8In[++in_pos]; in ConvertRegionUtf8ToUtf16() local
/arkcompiler/ets_runtime/test/moduletest/getiterator/
Dgetiterator.js220 class c2 extends Object {} class
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/
D01_interface_03.ts62 let c2 = new C2(); variable
/arkcompiler/ets_runtime/test/aottest/vtable/not_inherit_info/not_meet_rule5/
Dnot_meet_rule5.ts65 let c2 = new C2(); variable
/arkcompiler/ets_runtime/test/aottest/ic/
Dic.ts30 let c2 = new C(); variable
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp477 uint32_t c2 = GetChar(&currentPtr_, inputEnd_); in HandleOpBackReferenceMatch() local
510 uint32_t c2 = GetPrevChar(&currentPtr_, input_); in HandleOpBackwardBackReferenceMatch() local
/arkcompiler/ets_runtime/test/moduletest/ictest/
Dictest.js111 class c2 extends c1 {} class
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dspan_test.cpp118 int c2[] {4U, 5U, 6U}; in TEST() local
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp116 int c2[] {4, 5, 6}; in TEST() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp231 uint32_t c2; in CompareMUtf8ToMUtf8() local
273 uint32_t c2; in CompareUtf8ToUtf8() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h306 auto c2 = inst2->CastToConstant(); in Compare() local
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h224 auto c2 = inst2->CastToConstant(); in CompareConstantInst() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp170 uint32_t c2; in CompareMUtf8ToMUtf8() local
212 uint32_t c2; in CompareUtf8ToUtf8() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h390 uint32_t c2 = GetChar(&currentPtr_, inputEnd_); in HandleOpBackReference() local
417 uint32_t c2 = GetPrevChar(&currentPtr_, input_); in HandleOpBackReference() local
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js70 c2 = 3; field in A

12