| /arkcompiler/jsvm/test/unittest/ |
| D | jsvm_utils.h | 82 JSVM_Value Get(const char* propName) in Get() 89 void Set(const char* propName, JSVM_Value propValue) in Set()
|
| /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/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.h | 100 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedGetter() local 122 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedSetter() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | forInStatement.cpp | 46 compiler::VReg propName = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 199 …pl::CheckAccessorPair(const ArenaVector<ir::AstNode *> &properties, const ir::Expression *propName, in CheckAccessorPair() 328 …le<bool, bool, bool> ParserImpl::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature() 344 ir::Expression *propName = nullptr; in ParseClassKey() local 437 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 447 … [[maybe_unused]] ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 454 … ir::Expression *propName, lexer::SourcePosition *propEnd) in ParseClassMethod() 488 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassProperty() 633 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local
|
| D | TSparser.cpp | 1649 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 1906 … const ArenaVector<ir::AstNode *> &properties, ir::Expression *propName, in ParseClassMethod() 1957 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 1968 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassGetter() 2019 …uple<bool, bool, bool> TSParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| D | TypedParser.cpp | 1004 ir::Expression *propName) in ParseProperty() 1091 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local 1255 ir::Identifier *propName {}; in ParseQualifiedReference() local
|
| D | ASparser.cpp | 1230 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter() 1241 … ir::Expression *propName, [[maybe_unused]] ir::ScriptFunction *func) in ValidateClassGetter() 1298 …uple<bool, bool, bool> ASParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/dynamic/ |
| D | api_scanner.h | 32 std::string propName; member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 353 const auto &propName = memberExpr->Property()->AsIdentifier()->Name(); in SetValue() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1068 auto *propName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsQualifiedReference() local 1423 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local 2221 …::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expression *propName, in CheckAccessorPair() 2384 ir::Expression *propName = nullptr; in ParseClassKey() local 2516 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter() 2530 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter() 2602 … ir::Expression *propName, lexer::SourcePosition *propEnd, in ParseClassMethod() 2681 …const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, ir::Expression *typeAnno… in ParseClassProperty() 2766 void ParserImpl::CheckFieldKey(ir::Expression *propName) in CheckFieldKey() 2955 ir::Expression *propName = ParseClassKey(&desc, isDeclare); in ParseClassElement() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 198 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1959 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in ProcessClassBody() local 2169 void TSDeclGen::EmitPropGlueCode(const ir::ClassProperty *classProp, const std::string &propName) in EmitPropGlueCode() 2221 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in GenPropDeclaration() local 2257 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in ProcessClassPropDeclaration() local 2281 const auto propName = GetKeyIdent(classProp->Key())->Name().Mutf8(); in GenPropAccessor() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 217 static std::string GenerateMangledName(const std::string &baseName, const std::string &propName) in GenerateMangledName() 879 auto propName = prop->Id()->Name().Mutf8(); in ProcessArrayType() local 916 auto propName = prop->Id()->Name().Mutf8(); in GenCustomAnnotationElement() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 403 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 478 util::StringView propName; in CreatePatternParameterName() local
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/ |
| D | branch_eliminator.cpp | 154 const auto propName = vh_.GetString(implG_->iGetString(inst)); // "isDebug" in GetConstantInfoIndex() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | object.cpp | 404 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 440 util::StringView propName; in HandlePropertyPatternParameterName() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 140 auto propName = expr->Property()->AsIdentifier()->Name(); in CreateNamedAccessProperty() local
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/api_scanner/ |
| D | api_scanner_test.cpp | 61 std::string propName; member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 363 pandasm::AnnotationElement FunctionEmitter::CreateAnnotationElement(const std::string &propName, in CreateAnnotationElement() 439 std::string propName {prop->AsProperty()->Key()->AsIdentifier()->Name()}; in CreateAnnotation() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 677 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSchecker.cpp | 107 …auto propName = propKey->IsIdentifier() ? propKey->AsIdentifier()->Name() : propKey->AsStringLiter… in CheckObjectLiteralKeys() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 1490 const propName = node.name; constant 1498 const propName = node.name; constant 1559 const propName = node.name; constant 2638 const propName = property.getName(); constant 9336 const propName = prop.name.getText(); constant 9914 const propName = propAccess.name.getText(); constant 9938 const propName = member.name.getText(); constant
|