Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsuperPropertyAccess_ES6.ts63 get property() { method in A
70 set property(value: string) { this._property = value method in A
82 set property(value: string) { method in B
Doverride14.ts27 declare property: number property in SubFoo
DbaseTypeWrappingInstantiationChain.ts34 property: T5; property in Wrapper
DinterfaceClassMerging.ts85 property: string; variable
/arkcompiler/runtime_core/libpandabase/os/
Dproperty.cpp18 namespace panda::os::property { namespace
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsObjectsMarkedAsOpenEnded/
Da.js50 AssertType({ property: {}}, "{ property: {}; }"); property
/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.cpp178 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString… in InitializePluralRules() local
309 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
Djs_locale.cpp250const JSHandle<JSTaggedValue> &property, OptionType type, in GetOption()
300const JSHandle<JSTaggedValue> &property, const std::vector<std::string> &values, in GetOptionOfString()
355const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
658 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
Djs_number_format.cpp267 JSHandle<JSTaggedValue> property = globalConst->GetHandledStyleString(); in SetNumberFormatUnitOptions() local
462 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeNumberFormat() local
938 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_relative_time_format.cpp53 JSHandle<JSTaggedValue> property = globalConst->GetHandledNumberingSystemString(); in InitializeRelativeTimeFormat() local
498 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_displaynames.cpp136 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeDisplayNames() local
Djs_collator.cpp417 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_list_format.cpp113 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeListFormat() local
Djs_date_time_format.cpp390 …JSHandle<JSTaggedValue> property(thread, factory->NewFromStdString(item.property).GetTaggedValue()… in InitializeDateTimeFormat() local
846 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h304 void AddComputedPropertyBinding(ir::Statement *property, util::StringView name) in AddComputedPropertyBinding()
309 util::StringView GetComputedPropertyBinding(ir::Statement *property) in GetComputedPropertyBinding()
Dtransformer.cpp1655 auto *property = AllocNode<ir::StringLiteral>(enumMemberName); in CreateTsEnumMemberWithStringInit() local
1680 auto *property = AllocNode<ir::AssignmentExpression>(innerLeft, innerRight, in CreateTsEnumMemberWithNumberInit() local
1706 ir::AssignmentExpression *property = nullptr; in CreateTsEnumMemberWithoutInit() local
/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h141 for (const auto &property : outPropertyDesc) { in GetModuleProperties() local
Djs_container_test.h139 for (const auto &property : outPropertyDesc) { in GetProperties() local
/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.cpp2448 ir::Statement *property = nullptr; in ParseClassProperty() local
2632 ir::Statement *property = nullptr; in ParseClassElement() local
2779 bool ParserImpl::IsMethodDefinitionsAreSame(const ir::MethodDefinition *property, ir::MethodDefinit… in IsMethodDefinitionsAreSame()
2930 …ir::Statement *property = ParseClassElement(properties, &indexSignatures, hasSuperClass, isDeclare… in ParseClassDefinition() local
3029 for (const auto *property : properties) { in SuperCallShouldBeFirst() local
DexpressionParser.cpp1378 ir::Expression *property = nullptr; in ParseOptionalMemberExpression() local
1592 ir::Expression *property = nullptr; in ParsePostPrimaryExpression() local
2197 …ir::Expression *property = ParsePropertyDefinition(flags | ExpressionParseFlags::POTENTIALLY_IN_PA… in ParseObjectExpression() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp690 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, prop); in HasOwnProperty() local
747 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, msg); in PropertyIsEnumerable() local

12