Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/test/fuzztest/arrayref_fuzzer/
Darrayref_fuzzer.cpp44 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/
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/libpandabase/os/
Dproperty.cpp18 namespace panda::os::property { namespace
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dproperty.cpp18 namespace ark::os::property { namespace
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dproperty.cpp22 namespace ark::os::unix::property { namespace
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dproperty.cpp22 namespace panda::os::unix::property { namespace
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dnumeric_id.h38 auto property = object.GetValue<JsonObject::StringT>(propertyName); in ParseNumericId() local
Dlocation.cpp32 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
Dremote_object.cpp39 for (auto &property : properties) { in GeneratePreview() local
191 auto property = previewProperty.type.ToJson(); in PreviewToJson() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h314 …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()
Ddebugger.cpp45 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/
Dobject_repository.cpp101 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/
Dobjecthasownproperty.js69 get: function(target, property) { argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression()
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h60 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc()
71 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
Djs_segmenter.cpp103 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeSegmenter() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1671 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/
Dtransformer.h348 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/
Dtest_runner.h80 PtProperty property) override in PropertyAccess()
88 PtProperty property, VRegValue newValue) override in PropertyModification()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp159 ir::Expression *property = nullptr; in ConstructOpAssignmentResult() local
236 ir::Expression *property = nullptr; in ConstructUpdateResult() local
DrecordLowering.cpp209 for (const auto &property : properties) { in CreateBlockExpression() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp604 const ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local
659 const ir::Property *property = it->AsProperty(); in Start() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp473 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/
DdestructuringContext.cpp609 ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local
664 ir::Property *property = it->AsProperty(); in Start() local

123