Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DassignmentCompatability7.ts26 …export interface interfaceWithPublicAndOptional<T,U> { one: T; two?: U; }; let obj4: interfaceWit… variable
/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