Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexports_demo_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js35 let obj2 = new C32(); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dxcommonjs-exports_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dimport_assertion.ts20 const obj2 = await import('something.json', { assert: { type: 'json' } }); constant
Dutility_types.ts31 const obj2: Required<Props> = { a: 5, b: 'text' }; constant
/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/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/moduletest/linkedhashtable/
Dlinkedhashtable.js29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; variable
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts37 let obj2 = "123"; variable
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts34 const obj2 = Object.create( constant
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js25 var obj2 = new Int32Array(2); variable
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js30 let obj2 = { variable
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js35 let obj2 = {"c": "3c"}; variable
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp58 uint64_t obj2 = 1U; variable
133 uint64_t obj2 = 1U; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp82 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
116 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
Djs_array_test.cpp68 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
82 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dutility_types.ts31 const obj2: Required<Props> = { a: 5, b: 'text' }; constant
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js33 var obj2 = {d:1, ...obj1, e:5}; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiNameTest.cpp48 [[maybe_unused]] ets_string s, [[maybe_unused]] ets_object obj2) in ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D()
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js97 let obj2 = {0: 1, 1: 3, a: 6, 2: 2, length: 3}; variable
98 Array.prototype.sort.call(obj2, (a, b) => { argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts18 var obj2: { a: number, b: string } | { a: number, b: string, c: number } = { a: 5, b: "foo", ...obj… variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts18 var obj2: { a: number, b: string } | { a: number, b: string, c: number } = { a: 5, b: "foo", ...obj… variable
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp191 auto obj2 = constpool1->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0() local
234 auto obj2 = constpool->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0() local

12