Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp52 JSHandle<JSTaggedValue> propName) in GetPropTypeGT()
78JSHandle<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 …]
Dts_type_accessor.cpp35 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/
Dindex.ts17 propName: string; property in CustomClass
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp211 …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()
449ir::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
DTSparser.cpp1917 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()
DASparser.cpp1189 ir::Expression *propName, ir::ScriptFunction *func) in ValidateClassSetter()
1202ir::Expression *propName, [[maybe_unused]] ir::ScriptFunction *func) in ValidateClassGetter()
1259 …uple<bool, bool, bool> ASParser::ParseComputedClassFieldOrIndexSignature(ir::Expression **propName) in ParseComputedClassFieldOrIndexSignature()
DTypedParser.cpp923 ir::Expression *propName = ParseClassKey(&desc); in ParseClassElement() local
1150 ir::Identifier *propName {}; in ParseQualifiedReference() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp51 compiler::VReg propName = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp335 const auto &propName = memberExpr->Property()->AsIdentifier()->Name(); in SetValue() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1045 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
2465ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter()
2479ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter()
2551ir::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/
Djs_interop_inst_builder.cpp87 Inst *propName = nullptr; in BuildResolveInteropCallIntrinsic() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp201 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp251 void *CompilerGetJSNamedPropertyIntrinsic(void *val, void *propName) in CompilerGetJSNamedPropertyIntrinsic()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp564 const auto propName = GetKeyName(classProp->Key()); in GenPropDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp410 util::StringView propName = in GetPropertyTypeForIndexType() local
Dfunction.cpp488 util::StringView propName; in CreatePatternParameterName() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dobject.cpp405 util::StringView propName = in GetPropertyTypeForIndexType() local
Dfunction.cpp470 util::StringView propName; in CreatePatternParameterName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp456 [[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/
Dintrinsics_api_impl.cpp158 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedGetter() local
175 PandaString propName = etsPropName->GetMutf8(); in JSValueNamedSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp71 … checker::Type *fieldType, const util::StringView &propName) in CreateUnionFieldClassProperty()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp686 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp423 JSHandle<JSTaggedValue> propName(factory->NewFromStdString(ageStr)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts813 const propName = prop.name.getText(); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1093 const propName = prop.name.getText(); constant

12