Home
last modified time | relevance | path

Searched defs:newObj (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp64 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
83 JSHandle<JSObject> newObj(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() local
Dweak_ref_semi_gc_test.cpp59 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Dweak_ref_old_gc_test.cpp60 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
Dobject_factory_test.cpp74 …JSHandle<JSObject> newObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp72 JSHandle<JSObject> newObj = in JSObjectTestCreate() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1160 uintptr_t newObj = 0; in AllocateObjectToLocalSpace() local
1321 uintptr_t newObj = 0; in DeserializeString() local
1744 uintptr_t newObj = 0; in EncodeTaggedObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp962 JSTaggedValue newObj = JSFunction::Call(runtimeInfo); in ConstructInternal() local
Dobject_factory.cpp1380 JSHandle<JSObject> newObj = NewJSObject(newClass); in OrdinaryNewJSObjectCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp314 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of() local