| /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 | 202 …pl::CheckAccessorPair(const ArenaVector<ir::AstNode *> &properties, const ir::Expression *propName, in CheckAccessorPair() 329 …le<bool, bool, bool> ParserImpl::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature() 344 ir::Expression *propName = nullptr; in ParseClassKey() local 419 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 428 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 437 … ir::Expression *propName, lexer::SourcePosition *propEnd) in ParseClassMethod() 469 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassProperty() 608 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local
|
| D | TSparser.cpp | 1627 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 1884 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassMethod() 1932 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 1945 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 1998 …uple<bool, bool, bool> TSParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| D | TypedParser.cpp | 935 ir::Expression *propName) in ParseProperty() 1026 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local 1197 ir::Identifier *propName {}; in ParseQualifiedReference() local
|
| D | ASparser.cpp | 1204 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 1217 … ir::Expression *propName, [[maybe_unused]] ir::ScriptFunction *func) in ValidateClassGetter() 1274 …uple<bool, bool, bool> ASParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| D | ETSparserClasses.cpp | 478 … ir::Expression *propName, lexer::SourcePosition *propEnd) in ParseClassMethod()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.h | 74 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedGetter() local 92 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedSetter() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.cpp | 51 compiler::VReg propName = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1060 auto *propName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsQualifiedReference() local 1415 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 2210 …::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expression *propName, in CheckAccessorPair() 2373 ir::Expression *propName = nullptr; in ParseClassKey() local 2505 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter() 2519 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter() 2591 … ir::Expression *propName, lexer::SourcePosition *propEnd, in ParseClassMethod() 2669 …const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, ir::Expression *typeAnno… in ParseClassProperty() 2749 void ParserImpl::CheckFieldKey(ir::Expression *propName) in CheckFieldKey() 2863 ir::Expression *propName = ParseClassKey(&desc, isDeclare); in ParseClassElement() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 353 const auto &propName = memberExpr->Property()->AsIdentifier()->Name(); in SetValue() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 74 const util::StringView &propName) in CreateUnionFieldClassProperty()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 201 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 403 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 431 util::StringView propName; in HandlePropertyPatternParameterName() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 416 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 494 util::StringView propName; in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 725 const propName = node.name; constant 774 const propName = node.name; constant 801 const propName = node.name; constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 444 [[maybe_unused]] const util::StringView &propName) in StoreUnionProperty() 461 [[maybe_unused]] const util::StringView &propName) in LoadUnionProperty() 478 const util::StringView &propName) in StorePropertyDynamic() 526 const util::StringView &propName) in LoadPropertyDynamic()
|
| D | ETSCompiler.cpp | 1028 auto &propName = expr->Property()->AsIdentifier()->Name(); in Compile() local 1062 auto &propName = expr->Property()->AsIdentifier()->Name(); in HandleArrayTypeLengthProperty() local 1091 auto &propName = expr->Property()->AsIdentifier()->Name(); in HandleStaticProperties() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 182 void *CompilerGetJSNamedPropertyIntrinsic(void *val, void *propName) in CompilerGetJSNamedPropertyIntrinsic()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 633 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in GenPropDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 690 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1735 auto propName = in FindClassProperty() local 1817 auto propName = memberExpr->Property()->AsIdentifier()->Name(); in ResolveMemberReference() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 957 util::StringView propName) in AddGeneratedMethodToClass() 1003 auto propName = propertyNode->Key()->AsIdentifier()->Name(); in AddGeneratedSetOrGetMethodToClass() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/ |
| D | TsUtils.ts | 952 const propName = propNameSymbol ? constant
|