Home
last modified time | relevance | path

Searched defs:obj2 (Results 1 – 25 of 70) sorted by relevance

123

/arkcompiler/ets_runtime/test/jittest/lazy_deopt_8/
Dlazy_deopt_8.js46 function Test2(obj, obj2, shouldChange) { argument
69 function Test(obj, obj2, shouldChange) { argument
/arkcompiler/ets_runtime/test/jittest/lazy_deopt_9/
Dlazy_deopt_9.js46 function Test2(obj, obj2, shouldChange) { argument
68 function Test(obj, obj2, shouldChange) { argument
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dimport_assertion.ts20 const obj2 = await import('something.json', { assert: { type: 'json' } }); constant
/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexports_demo_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dxcommonjs-exports_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitPropertyAndName/
DobjectLiteral.d.ts24 declare const obj2: { constant
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dobject-scope-name-ts.ts41 const obj2 = { constant
Dobject-scope-name-js.js37 const obj2 = { variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp60 bool EtsBigIntEquality(EtsBigInt *obj1, EtsBigInt *obj2) in EtsBigIntEquality()
81 static bool CompareBoxedPrimitive(EtsObject *obj1, EtsObject *obj2) in CompareBoxedPrimitive()
93 bool EtsValueTypedEquals(EtsCoroutine *coro, EtsObject *obj1, EtsObject *obj2) in EtsValueTypedEquals()
/arkcompiler/ets_frontend/arkguard/test/grammar/getsetaccessor/propertyConfig/
Dobject_literal_get.ts16 let obj2 = { variable
/arkcompiler/ets_runtime/test/deopttest/deopt_to_baseline/
Ddeopt_to_baseline.ts26 var obj2 = {y, x}; variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-constructor-type-as-type-annotation.ts45 let obj2 = classConstructorTypeTest(myctor); variable
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts36 var obj2 = new Obj2(); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test1/
Denum_member_test1.ts19 var obj2 = {prop2: 2}; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test2/
Denum_member_test2.ts19 var obj2 = {prop: 1}; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Drem_set_test.cpp100 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
134 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
169 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js25 let obj2 = {y : 2, x : 1, z :3}; variable
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts37 let obj2 = "123"; variable
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/supercall/
Dsupercall_dynamic.js30 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
35 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; variable
/arkcompiler/ets_runtime/test/moduletest/storeicbyvalue/
Dstoreicbyvalue.js48 let obj2 = {}; variable
/arkcompiler/ets_runtime/test/aottest/supercall_inline/
Dsupercall_inline.ts45 var obj2 = new C("AOT", 123); variable
/arkcompiler/ets_runtime/test/aottest/isin/
Disin.js36 let obj2 = {"5": 5}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js25 var obj2 = new Int32Array(2); variable
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js35 let obj2 = new C32(); variable

123