Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test2/
Denum_member_test2.ts21 var obj4 = {prop: 1}; variable
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts55 let obj4 = new Array(1, 2, 3) 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_runtime/test/moduletest/obj_dictionarymode/
Dobj_dictionarymode.js73 let obj4 = {}; 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/objectentries/
Dobjectentries.js81 let obj4 = new Int8Array([-5, 10, 20, 30, 40, 50, 60.6]); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp931 …JSHandle<JSObject> obj4 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
1003 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
1165 JSHandle<JSObject> obj4 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1329 JSHandle<JSObject> obj4 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
/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/object/
Dobject.js65 let obj4 = { variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp374 auto *obj4 = reinterpret_cast<ObjectHeader *>( in TEST_F() local