Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
Dmain.js19 get: function (target, property) { argument
31 set: function (target, property, value) { argument
/arkcompiler/toolchain/tooling/static/tests/
Djson_object_matcher.h91 …explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(propert… in HasJsonPropertyMatcher() argument
130 … explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher()
179 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h91 …explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(propert… in HasJsonPropertyMatcher() argument
130 … explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher()
179 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dproperty.cpp18 namespace ark::os::property { namespace
/arkcompiler/runtime_core/libpandabase/os/
Dproperty.cpp18 namespace panda::os::property { namespace
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dget_class_property_info.cpp31 std::vector<std::string> GeneratePropertyModifiers(const ir::ClassProperty *property) in GeneratePropertyModifiers()
69 auto property = node->AsClassProperty(); in CollectClassProperties() local
Dclass_hierarchy_info.cpp172 std::shared_ptr<ClassPropertyItem> CreateClassPropertyItem(const ir::ClassProperty *property, in CreateClassPropertyItem()
225 …::shared_ptr<ClassPropertyItem> ParsePropertyStyleWithCreateItem(const ir::ClassProperty *property, in ParsePropertyStyleWithCreateItem()
277 auto property = node->AsClassProperty(); in CreateClassHierarchyInfoFromBody() local
307 for (const auto &property : deriveProperties) { in ComputeClassHierarchyInfo() local
319 for (const auto &property : extraProperties) { in FillBaseClassHierarchyInfo() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dproperty.cpp22 namespace ark::os::unix::property { namespace
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DcheckConstProperties.cpp31 auto property = ast->AsClassProperty(); in operator ()() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dproperty.cpp22 namespace panda::os::unix::property { namespace
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlateInitialization.cpp28 ir::ClassProperty *TransformerClassProperty(public_lib::Context *ctx, ir::ClassProperty *property) in TransformerClassProperty()
100 auto property = node->AsMemberExpression()->Property(); in PerformForModule() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dlocation.cpp33 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
Dnumeric_id.h42 auto property = object.GetValue<JsonObject::StringT>(propertyName.data()); in ParseNumericId() local
/arkcompiler/toolchain/tooling/static/types/
Dlocation.cpp33 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
Dnumeric_id.h42 auto property = object.GetValue<JsonObject::StringT>(propertyName.data()); in ParseNumericId() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_const_properties_test.cpp45 auto property = node->AsClassProperty(); in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/
D01_interface_04.ts22 property: string; property
/arkcompiler/toolchain/tooling/static/debugger/
Dobject_repository.cpp101 for (auto &property : properties) { in GetProperties() local
199 auto property = isAccessor ? PropertyDescriptor::Accessor(name, CreateObject(value)) in GetProperties() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_object_expression.cpp37 auto property = g_impl->CreateProperty(g_ctx, key, value); in Transform() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dobject_repository.cpp102 for (auto &property : properties) { in GetProperties() local
200 auto property = isAccessor ? PropertyDescriptor::Accessor(name, CreateObject(value)) in GetProperties() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty()
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js69 get: function(target, property) { argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationUsage.h57 void AddProperty(AstNode *property) in AddProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h59 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc()
70 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression()

12345