Home
last modified time | relevance | path

Searched defs:AddProperty (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h130 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() function
140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp18 void TSObjLayoutInfo::AddProperty(const JSThread *thread, const JSTaggedValue key, in AddProperty() function in panda::ecmascript::TSObjLayoutInfo
24 void TSObjLayoutInfo::AddProperty(const JSThread *thread, const JSTaggedValue key, in AddProperty() function in panda::ecmascript::TSObjLayoutInfo
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp262 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp665 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
Djs_hclass.cpp244 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass