Home
last modified time | relevance | path

Searched defs:propName (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/jsvm/test/unittest/
Djsvm_utils.h82 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/
Dindex.ts17 propName: string; property in CustomClass
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h100 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedGetter() local
122 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedSetter() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp46 compiler::VReg propName = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp199 …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()
454ir::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
DTSparser.cpp1649 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()
DTypedParser.cpp1004 ir::Expression *propName) in ParseProperty()
1091 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local
1255 ir::Identifier *propName {}; in ParseQualifiedReference() local
DASparser.cpp1230 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter()
1241ir::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/
Dapi_scanner.h32 std::string propName; member
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp353 const auto &propName = memberExpr->Property()->AsIdentifier()->Name(); in SetValue() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1068 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
2516ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter()
2530ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter()
2602ir::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/
Ddestructuring.cpp198 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1959 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/
DETSemitter.cpp217 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/
Dobject.cpp403 util::StringView propName = in GetPropertyTypeForIndexType() local
Dfunction.cpp478 util::StringView propName; in CreatePatternParameterName() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator.cpp154 const auto propName = vh_.GetString(implG_->iGetString(inst)); // "isDebug" in GetConstantInfoIndex() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dobject.cpp404 util::StringView propName = in GetPropertyTypeForIndexType() local
Dfunction.cpp440 util::StringView propName; in HandlePropertyPatternParameterName() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp140 auto propName = expr->Property()->AsIdentifier()->Name(); in CreateNamedAccessProperty() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/api_scanner/
Dapi_scanner_test.cpp61 std::string propName; member
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp363 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/
DobjectExpression.cpp677 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp107 …auto propName = propKey->IsIdentifier() ? propKey->AsIdentifier()->Name() : propKey->AsStringLiter… in CheckObjectLiteralKeys() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1490 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

12