Home
last modified time | relevance | path

Searched refs:handleObj2 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp170 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 Dic_handler_test.cpp222 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