| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | object-scope-name-ts.ts | 45 const obj3 = { constant
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/ |
| D | test-constructor-type-as-type-annotation.ts | 46 let obj3 = typeOfClassTest(myctor); variable
|
| /arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/ |
| D | compareobjecthclass.js | 26 let obj3 = {x : 11, y : 12, z :13}; variable
|
| /arkcompiler/ets_runtime/test/aottest/pgo_forof_set_prototype/ |
| D | pgo_forof_set_prototype.ts | 46 let obj3 = new String("123") variable
|
| /arkcompiler/ets_runtime/test/aottest/object/object_assign/ |
| D | object_assign.ts | 56 const obj3 = Object.assign({}, v1, null, v2, undefined, v3, v4); constant
|
| /arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
| D | objectcloneproperties.js | 31 var obj3 = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 36 let obj3 = {"d": "4d"}; variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | objectLiteralAssignability.ts | 21 var obj3: {} = {}; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectLiteralAssignability.ts | 21 var obj3: {} = {}; variable
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 110 let obj3 = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 123 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/ |
| D | objectentries.js | 48 var obj3 = { variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 920 …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
|
| D | ecma_test_common.h | 227 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer( variable
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 585 var obj3={"xx":1,"yy":5}; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | region_allocator_test.cpp | 365 …auto *obj3 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize() … in TEST_F() local
|
| D | interpreter_test.cpp | 191 ObjectHeader *obj3 = ark::mem::AllocateNullifiedPayloadString(200); in TEST_F() local
|