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(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/
DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationUsage.h57 void AddProperty(AstNode *property) in AddProperty() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h321 void AddProperty(varbinder::LocalVariable *prop) const in AddProperty() function
328 void AddProperty(varbinder::LocalVariable *prop, util::StringView localName) const in AddProperty() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp271 HWTEST_F_L0(JSHClassTest, AddProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp900 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> … in AddProperty() function in panda::ecmascript::ObjectOperator
Djs_hclass.cpp319 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() function in panda::ecmascript::JSHClass