Searched defs:obj4 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/ |
| D | pgo_forof_set_prototype.ts | 55 let obj4 = new Array(1, 2, 3) variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectLiteralAssignability.ts | 22 var obj4: { a: typeof obj3, b?: { a: number, b?: string } } = { a: {}, b: { a: 5 } }; variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectLiteralAssignability.ts | 22 var obj4: { a: typeof obj3, b?: { a: number, b?: string } } = { a: {}, b: { a: 5 } }; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 130 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/ |
| D | objectentries.js | 81 let obj4 = new Int8Array([-5, 10, 20, 30, 40, 50, 60.6]); variable
|
| /arkcompiler/ets_runtime/test/moduletest/object/ |
| D | object.js | 65 let obj4 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 931 …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/ |
| D | region_allocator_test.cpp | 374 auto *obj4 = reinterpret_cast<ObjectHeader *>( in TEST_F() local
|