Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DreservedWords.ts44 let obj2 = { variable
DemitRestParametersFunctionPropertyES6.ts29 let obj2 = { variable
DemitRestParametersFunctionProperty.ts29 let obj2 = { variable
DcontextualTypingOfObjectLiterals.ts25 let obj2 = {x: ""}; variable
DbinaryIntegerLiteralES6.ts61 let obj2 = { variable
DbinaryIntegerLiteral.ts61 let obj2 = { variable
DoctalIntegerLiteral.ts61 let obj2 = { variable
DoctalIntegerLiteralES6.ts61 let obj2 = { variable
DfreshLiteralInference.ts35 const obj2 = f2({ value: "1" }); // { value: regular "1" constant
DpartialOfLargeAPIIsAbleToBeWorkedWith.ts95 const obj2: PartialNull<MyAPI> = {}; constant
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js35 let obj2 = new C32(); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexports_demo_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts36 var obj2 = new Obj2(); 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/moduletest/objectentries/
Dobjectentries.js30 let obj2 = { variable
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js25 let obj2 = {y : 2, x : 1, z :3}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js25 var obj2 = new Int32Array(2); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp198 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
232 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
271 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
307 [[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_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/test/moduletest/objoperate/
Dobjoperate.js33 var obj2 = {d:1, ...obj1, e:5}; variable
/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_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