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(const std::string_view &key, T &&value) & in AddProperty() function 140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | classDefinitionBuilder.h | 50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.h | 334 void AddProperty(varbinder::LocalVariable *prop) const in AddProperty() function 341 void AddProperty(varbinder::LocalVariable *prop, util::StringView localName) const in AddProperty() function
|
| /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_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 247 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 880 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
|
| D | js_hclass.cpp | 281 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass
|