Home
last modified time | relevance | path

Searched defs:obj5 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test2/
Denum_member_test2.ts22 var obj5 = {prop: 1}; variable
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts65 let obj5 = new Map(temp) variable
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/supercall/
Dsupercall_dynamic.js30 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
35 …constructor(obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10, obj11, obj12, obj13, obj1… argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts26 var obj5: { a: { a: number, b: string }, b: { a: boolean } } = { a: { a: 5, b: "foo" }, b: { a: tru… variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts26 var obj5: { a: { a: number, b: string }, b: { a: boolean } } = { a: { a: 5, b: "foo" }, b: { a: tru… variable
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js82 let obj5 = { variable
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js70 let obj5 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1004 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local
1087 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local
1162 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp382 auto *obj5 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(DEFAULT_ALIGNMENT_IN_BYTES)); in TEST_F() local