Home
last modified time | relevance | path

Searched defs:obj4 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts22 var obj4: { a: typeof obj3, b?: { a: number, b?: string } } = { a: {}, b: { a: 5 } }; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp967 …JSHandle<JSObject> obj4 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
1041 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1124 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1199 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1356 JSHandle<JSObject> obj4 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/tests/
Dregion_allocator_test.cpp348 auto *obj4 = reinterpret_cast<ObjectHeader *>( in TEST_F() local