Searched defs:AddProperty (Results 1 – 4 of 4) sorted by relevance
130 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() function140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function
257 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
576 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
216 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass