Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_handler_test.cpp221 JSHandle<JSObject> handleObj1 = JSObject::ObjectCreate(thread, nullHandle); in HWTEST_F_L0() local
222 JSHandle<JSObject> handleObj2 = JSObject::ObjectCreate(thread, handleObj1); in HWTEST_F_L0()
224 JSHandle<JSHClass> obj1Class(thread, handleObj1->GetJSHClass()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_stringifier_test.cpp166 JSHandle<JSTaggedValue> handleObj1 = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0() local
182 JSHandle<JSTaggedValue> handleValue(thread, handleObj1.GetTaggedValue()); in HWTEST_F_L0()

Completed in 2 milliseconds