Searched defs:CreateDataProperty (Results 1 – 3 of 3) sorted by relevance
721 JSTaggedValue BuiltinsArkTools::CreateDataProperty([[maybe_unused]] EcmaRuntimeCallInfo *info) in CreateDataProperty() function in panda::ecmascript::builtins::BuiltinsArkTools
1607 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<J… in CreateDataProperty() function in panda::ecmascript::JSObject1622 bool JSObject::CreateDataProperty(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t index, in CreateDataProperty() function in panda::ecmascript::JSObject
230 HWTEST_F_L0(JSObjectTest, CreateDataProperty) in HWTEST_F_L0() argument