Home
last modified time | relevance | path

Searched defs:obj1 (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts37 var obj1 = new Obj1(); variable
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts33 var obj1 = new Obj1(1); variable
/arkcompiler/runtime_core/runtime/tests/
Drem_set_test.cpp93 auto obj1 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
128 auto obj1 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
163 auto obj1 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
Dregion_allocator_test.cpp321 auto *obj1 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(1)); // one byte in TEST_F() local
366 auto *obj1 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(test_class_->GetObjectSize())); in TEST_F() local
Di2c_bridge_test.cpp165 ObjectHeader *obj1 = panda::mem::AllocateNullifiedPayloadString(5); in TEST_F() local
Dinterpreter_test.cpp183 ObjectHeader *obj1 = panda::mem::AllocateNullifiedPayloadString(1); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js23 let obj1 = {"code": 800000005}; variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js24 let obj1 = {x : 1, y : 2, z :3}; variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js32 var obj1 = {a:2, b:3, c:4}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js26 var obj1 = { variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp190 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
512 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
537 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
562 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
586 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
610 JSHandle<JSTaggedValue> obj1( in HWTEST_F_L0() local
821 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
857 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
895 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
932 …JSHandle<JSObject> obj1 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
[all …]
Djs_api_vector_test.cpp392 JSHandle<JSTaggedValue> obj1(thread, JSTaggedValue(-elementsNums)); in HWTEST_F_L0() local
Djs_serializer_test.cpp732 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
777 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
844 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1001 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts34 var obj1: callAbleObj1; variable
DobjectLiteralAssignability.ts17 var obj1: { c: number }; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp226 auto obj1 = in HWTEST_F_L0() local
280 auto obj1 = in HWTEST_F_L0() local
332 auto obj1 = in HWTEST_F_L0() local
Dbuiltins_json_test.cpp342 JSHandle<JSObject> obj1(thread, arr); in HWTEST_F_L0() local
Dbuiltins_array_test.cpp365 JSHandle<JSObject> obj1(thread, arr1); in HWTEST_F_L0() local
1549 JSHandle<JSObject> obj1(thread, arr1); in HWTEST_F_L0() local
Dbuiltins_object_test.cpp441 JSHandle<JSObject> obj1 = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp146 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
199 auto obj1 = constpool->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp62 JSHandle<JSTaggedValue> obj1 = GetCallArg(info, 0); in CompareHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp936 JSHandle<JSObject> obj1 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local