| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | superPropertyAccess_ES6.ts | 63 get property() { method in A 70 set property(value: string) { this._property = value method in A 82 set property(value: string) { method in B
|
| D | override14.ts | 27 declare property: number property in SubFoo
|
| D | baseTypeWrappingInstantiationChain.ts | 34 property: T5; property in Wrapper
|
| D | interfaceClassMerging.ts | 85 property: string; variable
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | property.cpp | 18 namespace panda::os::property { namespace
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsObjectsMarkedAsOpenEnded/ |
| D | a.js | 50 AssertType({ property: {}}, "{ property: {}; }"); property
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.cpp | 22 namespace panda::os::unix::property { namespace
|
| /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 | 51 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc() 62 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
|
| D | js_plural_rules.cpp | 178 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString… in InitializePluralRules() local 309 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
|
| D | js_locale.cpp | 250 … const JSHandle<JSTaggedValue> &property, OptionType type, in GetOption() 300 … const JSHandle<JSTaggedValue> &property, const std::vector<std::string> &values, in GetOptionOfString() 355 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption() 658 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
|
| D | js_number_format.cpp | 267 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
|
| D | js_relative_time_format.cpp | 53 JSHandle<JSTaggedValue> property = globalConst->GetHandledNumberingSystemString(); in InitializeRelativeTimeFormat() local 498 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
|
| D | js_displaynames.cpp | 136 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeDisplayNames() local
|
| D | js_collator.cpp | 417 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
|
| D | js_list_format.cpp | 113 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeListFormat() local
|
| D | js_date_time_format.cpp | 390 …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/ |
| D | transformer.h | 304 void AddComputedPropertyBinding(ir::Statement *property, util::StringView name) in AddComputedPropertyBinding() 309 util::StringView GetComputedPropertyBinding(ir::Statement *property) in GetComputedPropertyBinding()
|
| D | transformer.cpp | 1655 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/ |
| D | js_module_variable_test.h | 141 for (const auto &property : outPropertyDesc) { in GetModuleProperties() local
|
| D | js_container_test.h | 139 for (const auto &property : outPropertyDesc) { in GetProperties() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 591 const ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local 646 const ir::Property *property = it->AsProperty(); in Start() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2448 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
|
| D | expressionParser.cpp | 1378 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/ |
| D | builtins_object.cpp | 690 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, prop); in HasOwnProperty() local 747 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, msg); in PropertyIsEnumerable() local
|