Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DassignmentCompatability6.ts26 …export interface interfaceWithOptional<T> { one?: T; }; let obj3: interface… variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-constructor-type-as-type-annotation.ts46 let obj3 = typeOfClassTest(myctor); variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js26 let obj3 = {x : 11, y : 12, z :13}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js31 var obj3 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp204 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
240 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
278 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
314 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
Djs_object_test.cpp956 …JSHandle<JSObject> obj3 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
994 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1040 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1123 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1198 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1355 JSHandle<JSObject> obj3 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
Djs_serializer_test.cpp1101 JSHandle<JSObject> obj3 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1340 [[maybe_unused]] JSHandle<JSObject> obj3 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js36 let obj3 = {"d": "4d"}; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js585 var obj3={"xx":1,"yy":5}; variable