Searched refs:handleObj2 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_stringifier_test.cpp | 170 JSHandle<JSObject> handleObj2(thread, handleArr); in HWTEST_F_L0() 173 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObj2), handleKey0, handleValue0); in HWTEST_F_L0() 177 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObj2), handleKey1, handleValue1); in HWTEST_F_L0() 183 JSHandle<JSTaggedValue> handleReplacer(thread, handleObj2.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_handler_test.cpp | 222 JSHandle<JSObject> handleObj2 = JSObject::ObjectCreate(thread, handleObj1); in HWTEST_F_L0() local 225 JSHandle<JSHClass> obj2Class(thread, handleObj2->GetJSHClass()); in HWTEST_F_L0()
|
Completed in 2 milliseconds