Searched defs:CreateDataProperty (Results 1 – 2 of 2) sorted by relevance
1368 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<J… in CreateDataProperty() function in panda::ecmascript::JSObject1382 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in CreateDataProperty() function in panda::ecmascript::JSObject
229 HWTEST_F_L0(JSObjectTest, CreateDataProperty) in HWTEST_F_L0() argument