Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts55 let obj4 = new Array(1, 2, 3) 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_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts22 var obj4: { a: typeof obj3, b?: { a: number, b?: string } } = { a: {}, b: { a: 5 } }; variable
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js130 let obj4 = {0: 1, 1: 3, a: 6, 3: 2, length: 4}; variable
131 Array.prototype.sort.call(obj4, (a, b) => { argument
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js81 let obj4 = new Int8Array([-5, 10, 20, 30, 40, 50, 60.6]); variable
/arkcompiler/ets_runtime/test/moduletest/object/
Dobject.js65 let obj4 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp931 …JSHandle<JSObject> obj4 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
1005 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1088 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1163 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1327 JSHandle<JSObject> obj4 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp374 auto *obj4 = reinterpret_cast<ObjectHeader *>( in TEST_F() local