| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/ |
| D | main.js | 19 get: function (target, property) { argument 31 set: function (target, property, value) { argument
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | json_object_matcher.h | 91 …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/ |
| D | json_object_matcher.h | 91 …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/ |
| D | property.cpp | 18 namespace ark::os::property { namespace
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | property.cpp | 18 namespace panda::os::property { namespace
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | get_class_property_info.cpp | 31 std::vector<std::string> GeneratePropertyModifiers(const ir::ClassProperty *property) in GeneratePropertyModifiers() 69 auto property = node->AsClassProperty(); in CollectClassProperties() local
|
| D | class_hierarchy_info.cpp | 172 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/ |
| D | property.cpp | 22 namespace ark::os::unix::property { namespace
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/ |
| D | checkConstProperties.cpp | 31 auto property = ast->AsClassProperty(); in operator ()() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.cpp | 22 namespace panda::os::unix::property { namespace
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lateInitialization.cpp | 28 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/ |
| D | location.cpp | 33 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
|
| D | numeric_id.h | 42 auto property = object.GetValue<JsonObject::StringT>(propertyName.data()); in ParseNumericId() local
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | location.cpp | 33 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
|
| D | numeric_id.h | 42 auto property = object.GetValue<JsonObject::StringT>(propertyName.data()); in ParseNumericId() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_check_const_properties_test.cpp | 45 auto property = node->AsClassProperty(); in TEST_F() local
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/ |
| D | 01_interface_04.ts | 22 property: string; property
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | object_repository.cpp | 101 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/ |
| D | plugin_proceed_to_state_create_object_expression.cpp | 37 auto property = g_impl->CreateProperty(g_ctx, key, value); in Transform() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | object_repository.cpp | 102 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/ |
| D | classDefinitionBuilder.h | 50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty()
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 69 get: function(target, property) { argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | annotationUsage.h | 57 void AddProperty(AstNode *property) in AddProperty()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.h | 59 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/ |
| D | memberExpression.h | 38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression()
|