Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp180 JSHandle<EcmaString> propName) in GetPropTypeGT()
206JSHandle<EcmaString> propName, PropertyType propType) in GetSuperPropTypeGT()
240 JSHandle<EcmaString> propName) in GetNonStaticPropTypeGT()
273 JSHandle<EcmaString> propName) in GetPropTypeGT()
290 …peRef TSObjectType::GetPropTypeGT(JSHandle<TSObjectType> objectType, JSHandle<EcmaString> propName) in GetPropTypeGT()
319 JSHandle<TSIteratorInstanceType> iteratorInstanceType, JSHandle<EcmaString> propName) in GetPropTypeGT()
350 JSHandle<EcmaString> propName) in GetPropTypeGT()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp50 compiler::VReg propName = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp931 auto *propName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseTsQualifiedReference() local
1268 util::StringView propName = "__computed"; in CreateTSVariableForProperty() local
1943 …::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expression *propName, in CheckAccessorPair()
2087 ir::Expression *propName = nullptr; in ParseClassKey() local
2231ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter()
2245ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter()
2261ir::Expression *propName, lexer::SourcePosition *propEnd, in ParseClassMethod()
2310 … const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, in ParseClassProperty()
2465 ir::Expression *propName = ParseClassKey(&desc, isDeclare); in ParseClassElement() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp201 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp412 util::StringView propName = in GetPropertyTypeForIndexType() local
Dfunction.cpp490 util::StringView propName; in CreatePatternParameterName() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp663 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp421 JSHandle<EcmaString> propName = factory->NewFromStdString(ageStr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1264 JSHandle<EcmaString> propName = JSTaggedValue::ToString(thread, prop); in RuntimeThrowReferenceError() local