Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h88 …explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(propert… in HasJsonPropertyMatcher() argument
126 … explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher()
175 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties()
Dinspector_test.cpp76 explicit Callback(MockFunction<void()> &checkpoint, JsonProperty<PropertyType>... property) in Callback()
82 explicit Callback(JsonProperty<PropertyType>... property) in Callback()
/arkcompiler/runtime_core/libpandabase/os/
Dproperty.cpp18 namespace panda::os::property { namespace
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h308 …optional<Error> GetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in GetProperty()
315 …optional<Error> SetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in SetProperty()
378 [[maybe_unused]] PtProperty property) override in SetPropertyAccessWatch()
385 [[maybe_unused]] PtProperty property) override in ClearPropertyAccessWatch()
392 [[maybe_unused]] PtProperty property) override in SetPropertyModificationWatch()
399 … [[maybe_unused]] PtProperty property) override in ClearPropertyModificationWatch()
Ddebugger.cpp45 static Field *PtPropertyToField(PtProperty property) in PtPropertyToField()
784 std::optional<Error> Debugger::SetPropertyAccessWatch(BaseClass *klass, PtProperty property) in SetPropertyAccessWatch()
800 std::optional<Error> Debugger::ClearPropertyAccessWatch(BaseClass *klass, PtProperty property) in ClearPropertyAccessWatch()
813 std::optional<Error> Debugger::SetPropertyModificationWatch(BaseClass *klass, PtProperty property) in SetPropertyModificationWatch()
828 std::optional<Error> Debugger::ClearPropertyModificationWatch(BaseClass *klass, PtProperty property) in ClearPropertyModificationWatch()
Dpt_hooks_wrapper.h121 PtProperty property) override in PropertyAccess()
134 PtProperty property, VRegValue newValue) override in PropertyModification()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dproperty.cpp22 namespace panda::os::unix::property { namespace
/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.h51 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc()
62 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
Djs_plural_rules.cpp177 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString… in InitializePluralRules() local
305 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
Djs_relative_time_format.cpp53 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledNumberingS… in InitializeRelativeTimeFormat() local
484 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
Djs_number_format.cpp260 JSHandle<JSTaggedValue> property = globalConst->GetHandledStyleString(); in SetNumberFormatUnitOptions() local
453 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeNumberFormat() local
923 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_locale.cpp575const JSHandle<JSTaggedValue> &property, OptionType type, in GetOption()
625const JSHandle<JSTaggedValue> &property, const std::vector<std::string> &values, in GetOptionOfString()
680const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
992 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
Djs_displaynames.cpp135 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeDisplayNames() local
Djs_collator.cpp393 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_list_format.cpp111 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeListFormat() local
Djs_date_time_format.cpp383 …JSHandle<JSTaggedValue> property(thread, factory->NewFromStdString(item.property).GetTaggedValue()… in InitializeDateTimeFormat() local
836 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_runner.h77 PtProperty property) override in PropertyAccess()
85 PtProperty property, VRegValue new_value) override in PropertyModification()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp591 const ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local
646 const ir::Property *property = it->AsProperty(); in Start() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2315 ir::Statement *property = nullptr; in ParseClassProperty() local
2494 ir::Statement *property = nullptr; in ParseClassElement() local
2637 bool ParserImpl::IsMethodDefinitionsAreSame(const ir::MethodDefinition *property, ir::MethodDefinit… in IsMethodDefinitionsAreSame()
2785 …ir::Statement *property = ParseClassElement(properties, &indexSignatures, hasSuperClass, isDeclare… in ParseClassDefinition() local
DexpressionParser.cpp1532 ir::Expression *property = nullptr; in ParsePostPrimaryExpression() local
2144 …ir::Expression *property = ParsePropertyDefinition(flags | ExpressionParseFlags::POTENTIALLY_IN_PA… in ParseObjectExpression() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp688 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, prop); in HasOwnProperty() local
743 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, msg); in PropertyIsEnumerable() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h1027 auto property = t->AsTSPropertySignature(); in FillMembers() local
1031 auto property = t->AsTSMethodSignature(); in FillMembers() local
DtypeExtractor.cpp407 auto property = node->AsMemberExpression()->Property(); in GetTypeIndexFromMemberNode() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp243 void JsonStringifier::AddDeduplicateProp(const JSHandle<JSTaggedValue> &property) in AddDeduplicateProp()

12