Searched defs:AddProperty (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | json_build_helpers.h | 35 void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | json_builder.h | 130 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 D | json_builder.h | 134 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 D | classDefinitionBuilder.h | 50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() function in ark::es2panda::ir::ClassDefinitionBuilder
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectType.h | 147 void AddProperty(varbinder::LocalVariable *prop) in AddProperty() function in ark::es2panda::checker::ObjectType
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | objectType.h | 142 void AddProperty(binder::LocalVariable *prop) in AddProperty() function in panda::es2panda::panda::es2panda::checker::ObjectType
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsObjectType.h | 334 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 D | object_operator.cpp | 879 bool ObjectOperator::AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, in AddProperty() function in panda::ecmascript::ObjectOperator
|
| H A D | js_hclass.cpp | 280 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