Home
last modified time | relevance | path

Searched defs:AddProperty (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Djson_build_helpers.h35 void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() function
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_builder.h130 JsonObjectBuilder &AddProperty(const std::string_view &key, T &&value) & in AddProperty() function in panda::JsonObjectBuilder
140 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function in panda::JsonObjectBuilder
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_builder.h134 JsonObjectBuilder &AddProperty(std::string_view key, T &&value) & in AddProperty() function in ark::JsonObjectBuilder
144 JsonObjectBuilder &&AddProperty(std::string_view key, T &&value) && in AddProperty() function in ark::JsonObjectBuilder
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() function in ark::es2panda::ir::ClassDefinitionBuilder
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectType.h147 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() function in ark::es2panda::checker::ObjectType
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DobjectType.h142 void AddProperty(binder::LocalVariable *prop) in AddProperty() function in panda::es2panda::panda::es2panda::checker::ObjectType
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.h334 void AddProperty(varbinder::LocalVariable *prop) const in AddProperty() function in ark::es2panda::checker::ETSObjectType
341 void AddProperty(varbinder::LocalVariable *prop, util::StringView localName) const in AddProperty() function in ark::es2panda::checker::ETSObjectType
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp879 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, in AddProperty() function in panda::ecmascript::ObjectOperator
H A Djs_hclass.cpp280 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in AddProperty() function in panda::ecmascript::JSHClass

Completed in 12 milliseconds