Home
last modified time | relevance | path

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

/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_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js26 let obj3 = {x : 11, y : 12, z :13}; 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/aottest/object/object_assign/
Dobject_assign.ts56 const obj3 = Object.assign({}, v1, null, v2, undefined, v3, v4); constant
/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_frontend/ets2panda/test/compiler/ts/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js110 let obj3 = { 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/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
958 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1004 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1087 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1162 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1326 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/stubbuilder/
Dstubbuilder.js585 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.cpp191 ObjectHeader *obj3 = ark::mem::AllocateNullifiedPayloadString(200); in TEST_F() local