Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/objectentries/
H A Dobjectentries.js
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
H A Dstubbuilder.js
/arkcompiler/ets_runtime/ecmascript/tests/
H A 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); HWTEST_F_L0() local
1087 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); HWTEST_F_L0() local
1162 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj1); HWTEST_F_L0() local
1326 JSHandle<JSObject> obj3 = factory->NewJSObject(hc0); HWTEST_F_L0() local
[all...]
H A Decma_test_common.h227 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer( in GcCommonCase() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dregion_allocator_test.cpp365 auto *obj3 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize() + 200U)); in TEST_F() local
H A Dinterpreter_test.cpp191 ObjectHeader *obj3 = ark::mem::AllocateNullifiedPayloadString(200); in TEST_F() local

Completed in 11 milliseconds