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