Searched defs:obj5 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/ |
| D | pgo_forof_set_prototype.ts | 65 let obj5 = new Map(temp) variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectLiteralAssignability.ts | 26 var obj5: { a: { a: number, b: string }, b: { a: boolean } } = { a: { a: 5, b: "foo" }, b: { a: tru… variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectLiteralAssignability.ts | 26 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/ |
| D | objectentries.js | 82 let obj5 = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/object/ |
| D | object.js | 70 let obj5 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1006 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local 1089 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local 1164 JSHandle<JSObject> obj5 = JSObject::ObjectCreate(thread, obj4); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | region_allocator_test.cpp | 382 auto *obj5 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(DEFAULT_ALIGNMENT_IN_BYTES)); in TEST_F() local
|