Home
last modified time | relevance | path

Searched refs:deleteMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp929 JSHandle<JSTaggedValue> deleteMethod = JSObject::GetMethod(thread_, weakSet, deleteString); in HWTEST_F_L0() local
940 PropertyDescriptor desc = PropertyDescriptor(thread_, deleteMethod); in HWTEST_F_L0()
977 EXPECT_EQ(JSTaggedValue::SameValue(deleteMethod, res.GetValue()), true); in HWTEST_F_L0()