Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.h134 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() function
144 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function
/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/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp93 static void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h447 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp265 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp843 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
Djs_hclass.cpp233 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass