Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts65 let obj5 = new Map(temp) 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_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_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.cpp1006 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/
Dregion_allocator_test.cpp382 auto *obj5 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(DEFAULT_ALIGNMENT_IN_BYTES)); in TEST_F() local