Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test1/
Denum_member_test1_export.ts16 export var obj3 = {prop3: 3}; variable
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dobject-scope-name-ts.ts45 const obj3 = { constant
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-constructor-type-as-type-annotation.ts46 let obj3 = typeOfClassTest(myctor); variable
/arkcompiler/ets_frontend/arkguard/test/grammar/enum_member/enum_member_test2/
Denum_member_test2.ts20 var obj3 = {prop: 1}; variable
/arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts46 let obj3 = new String("123") variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js26 let obj3 = {x : 11, y : 12, z :13}; 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/objectcloneproperties/
Dobjectcloneproperties.js31 var obj3 = { variable
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js36 let obj3 = {"d": "4d"}; variable
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts56 const obj3 = Object.assign({}, v1, null, v2, undefined, v3, v4); constant
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js119 let obj3 = { variable
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js48 var obj3 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp920 …JSHandle<JSObject> obj3 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
956 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1002 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1085 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1160 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1324 JSHandle<JSObject> obj3 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
Decma_test_common.h227 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer( variable
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js123 let obj3 = {0: 1, 1: 3, a: 6, 2: 2, length: 2}; variable
124 Array.prototype.sort.call(obj3, (a, b) => { argument
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js2050 const obj3 = { ["obj3"]: 3 }; property
2056 print(findIndexArray.findIndex(element => element == { ["obj3"]: 3 })); property
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js588 var obj3={"xx":1,"yy":5}; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp365 …auto *obj3 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize() … in TEST_F() local
Dinterpreter_test.cpp192 ObjectHeader *obj3 = ark::mem::AllocateNullifiedPayloadString(200); in TEST_F() local