| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 52 JSHandle<JSTaggedValue> propName) in GetPropTypeGT() 78 … JSHandle<JSTaggedValue> propName, PropertyType propType) in GetSuperPropTypeGT() 112 JSHandle<JSTaggedValue> propName) in GetNonStaticPropTypeGT() 143 JSHandle<JSTaggedValue> propName, GlobalTSTypeRef newGT) in UpdateNonStaticPropTypeGT() 151 JSHandle<JSTaggedValue> propName, GlobalTSTypeRef newGT) in UpdateStaticPropTypeGT() 175 JSHandle<JSTaggedValue> propName) in GetPropTypeGT() 219 JSHandle<JSTaggedValue> propName) in GetPropTypeGT() 238 JSHandle<JSTaggedValue> propName, GlobalTSTypeRef newGT) in UpdatePropTypeGT() 280 JSHandle<TSIteratorInstanceType> iteratorInstanceType, JSHandle<JSTaggedValue> propName) in GetPropTypeGT() 312 JSHandle<JSTaggedValue> propName) in GetPropTypeGT() [all …]
|
| D | ts_type_accessor.cpp | 35 JSHandle<JSTaggedValue> propName(thread_, key); in UpdateNonStaticProp() local 43 JSHandle<JSTaggedValue> propName(thread_, key); in UpdateStaticProp() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/rename_file_name/from-with-directory/custom-ts-dir/ |
| D | index.ts | 17 propName: string; property in CustomClass
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 211 …pl::CheckAccessorPair(const ArenaVector<ir::AstNode *> &properties, const ir::Expression *propName, in CheckAccessorPair() 338 …le<bool, bool, bool> ParserImpl::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature() 353 ir::Expression *propName = nullptr; in ParseClassKey() local 431 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 440 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 449 … ir::Expression *propName, lexer::SourcePosition *propEnd) in ParseClassMethod() 477 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassProperty() 611 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local
|
| D | TSparser.cpp | 1917 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 2251 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassMethod() 2299 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 2312 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 2365 …uple<bool, bool, bool> TSParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| D | ASparser.cpp | 1189 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 1202 … ir::Expression *propName, [[maybe_unused]] ir::ScriptFunction *func) in ValidateClassGetter() 1259 …uple<bool, bool, bool> ASParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| D | TypedParser.cpp | 923 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local 1150 ir::Identifier *propName {}; in ParseQualifiedReference() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.cpp | 51 compiler::VReg propName = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 335 const auto &propName = memberExpr->Property()->AsIdentifier()->Name(); in SetValue() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1045 auto *propName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsQualifiedReference() local 1400 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 2171 …::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expression *propName, in CheckAccessorPair() 2333 ir::Expression *propName = nullptr; in ParseClassKey() local 2465 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter() 2479 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter() 2551 … ir::Expression *propName, lexer::SourcePosition *propEnd, in ParseClassMethod() 2629 …const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, ir::Expression *typeAnno… in ParseClassProperty() 2709 void ParserImpl::CheckFieldKey(ir::Expression *propName) in CheckFieldKey() 2823 ir::Expression *propName = ParseClassKey(&desc, isDeclare); in ParseClassElement() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 87 Inst *propName = nullptr; in BuildResolveInteropCallIntrinsic() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 201 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 251 void *CompilerGetJSNamedPropertyIntrinsic(void *val, void *propName) in CompilerGetJSNamedPropertyIntrinsic()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 564 const auto propName = GetKeyName(classProp->Key()); in GenPropDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 410 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 488 util::StringView propName; in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 405 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 470 util::StringView propName; in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 456 [[maybe_unused]] const util::StringView &propName) in StoreUnionProperty() 467 [[maybe_unused]] const util::StringView &propName) in LoadUnionProperty() 478 const util::StringView &propName) in StorePropertyDynamic() 526 const util::StringView &propName) in LoadPropertyDynamic()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 158 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedGetter() local 175 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedSetter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 71 … checker::Type *fieldType, const util::StringView &propName) in CreateUnionFieldClassProperty()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 686 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_parser_test.cpp | 423 JSHandle<JSTaggedValue> propName(factory->NewFromStdString(ageStr)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/utils/ |
| D | TsUtils.ts | 813 const propName = prop.name.getText(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | Utils.ts | 1093 const propName = prop.name.getText(); constant
|