| /arkcompiler/ets_runtime/test/fuzztest/arrayref_fuzzer/ |
| D | arrayref_fuzzer.cpp | 44 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefGetValueAtFuzzerTest() local 62 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefLengthFuzzerTest() local 77 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefSetValueAtFuzzerTest() local
|
| /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/libpandabase/os/ |
| D | property.cpp | 18 namespace panda::os::property { namespace
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | property.cpp | 18 namespace ark::os::property { namespace
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.cpp | 22 namespace panda::os::unix::property { namespace
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | property.cpp | 22 namespace ark::os::unix::property { namespace
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | numeric_id.h | 38 auto property = object.GetValue<JsonObject::StringT>(propertyName); in ParseNumericId() local
|
| D | location.cpp | 32 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
|
| D | remote_object.cpp | 39 for (auto &property : properties) { in GeneratePreview() local 191 auto property = previewProperty.type.ToJson(); in PreviewToJson() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 314 …optional<Error> GetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in GetProperty() 321 …optional<Error> SetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in SetProperty() 384 [[maybe_unused]] PtProperty property) override in SetPropertyAccessWatch() 391 [[maybe_unused]] PtProperty property) override in ClearPropertyAccessWatch() 398 [[maybe_unused]] PtProperty property) override in SetPropertyModificationWatch() 405 … [[maybe_unused]] PtProperty property) override in ClearPropertyModificationWatch()
|
| D | debugger.cpp | 45 static Field *PtPropertyToField(PtProperty property) in PtPropertyToField() 776 std::optional<Error> Debugger::SetPropertyAccessWatch(BaseClass *klass, PtProperty property) in SetPropertyAccessWatch() 792 std::optional<Error> Debugger::ClearPropertyAccessWatch(BaseClass *klass, PtProperty property) in ClearPropertyAccessWatch() 805 std::optional<Error> Debugger::SetPropertyModificationWatch(BaseClass *klass, PtProperty property) in SetPropertyModificationWatch() 820 std::optional<Error> Debugger::ClearPropertyModificationWatch(BaseClass *klass, PtProperty property) in ClearPropertyModificationWatch()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | object_repository.cpp | 101 for (auto &property : properties) { in GetProperties() local 187 auto property = isAccessor ? PropertyDescriptor::Accessor(name, CreateObject(value)) in GetProperties() local
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 69 get: function(target, property) { argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.h | 38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.h | 60 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc() 71 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
|
| D | js_segmenter.cpp | 103 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeSegmenter() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | classDefinitionBuilder.h | 50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 1671 UProperty property = u_getPropertyEnum(name); in ParseUnicodePropertyClassRange() local 1683 UProperty property = u_getPropertyEnum(propertyName.c_str()); in ParseUnicodePropertyClassRange() local 1693 bool RegExpParser::MatchUnicodeProperty(UProperty property, const char* propertyName, RangeSet *ato… in MatchUnicodeProperty() 1726 bool RegExpParser::IsExactPropertyValueAlis(const char *valueName, UProperty property, int32_t prop… in IsExactPropertyValueAlis() 1749 bool RegExpParser::IsExactPropertyAlias(const char* propertyName, UProperty property) in IsExactPropertyAlias() 1792 bool RegExpParser::IsSupportedBinaryProperty(UProperty property) in IsSupportedBinaryProperty() 1860 bool RegExpParser::IsBinaryPropertyOfStrings(UProperty property) in IsBinaryPropertyOfStrings()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.h | 348 void AddComputedPropertyBinding(ir::Statement *property, util::StringView name) in AddComputedPropertyBinding() 353 util::StringView GetComputedPropertyBinding(ir::Statement *property) in GetComputedPropertyBinding()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 80 PtProperty property) override in PropertyAccess() 88 PtProperty property, VRegValue newValue) override in PropertyModification()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 159 ir::Expression *property = nullptr; in ConstructOpAssignmentResult() local 236 ir::Expression *property = nullptr; in ConstructUpdateResult() local
|
| D | recordLowering.cpp | 209 for (const auto &property : properties) { in CreateBlockExpression() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 604 const ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local 659 const ir::Property *property = it->AsProperty(); in Start() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 473 ir::ClassElement *property = nullptr; in ParseClassProperty() local 610 ir::ClassElement *property = ParseClassProperty(&desc, properties, propName, nullptr); in ParseClassElement() local 705 bool ParserImpl::CheckClassElement(ir::AstNode *property, ir::MethodDefinition *&ctor, in CheckClassElement() 799 ir::AstNode *property = ParseClassElement(properties, modifiers, flags); in ParseClassBody() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 609 ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local 664 ir::Property *property = it->AsProperty(); in Start() local
|