Searched defs:AddProperty (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | json_builder.h | 134 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/ |
D | json_builder.h | 130 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/ |
D | ts_obj_layout_info.cpp | 18 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/ |
D | remote_object.cpp | 93 static void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() function
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
D | etsObjectType.h | 447 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() function
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_hclass_test.cpp | 265 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.cpp | 843 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
|
D | js_hclass.cpp | 233 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass
|