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