Searched refs:CreateMethodProperty (Results 1 – 3 of 3) sorted by relevance
438 static bool CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj,
1662 bool JSObject::CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle… in CreateMethodProperty() function in panda::ecmascript::JSObject
255 HWTEST_F_L0(JSObjectTest, CreateMethodProperty) in HWTEST_F_L0() argument266 bool success = JSObject::CreateMethodProperty(thread, obj, key, value); in HWTEST_F_L0()