Searched defs:propName (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 180 JSHandle<EcmaString> propName) in GetPropTypeGT() 206 … JSHandle<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/ |
| D | forInStatement.cpp | 50 compiler::VReg propName = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 931 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 2231 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassSetter() 2245 … ir::Expression *propName, ir::ScriptFunction *func, bool hasDecorator, in ValidateClassGetter() 2261 … ir::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/ |
| D | destructuring.cpp | 201 VReg propName = pg->AllocReg(); in GenObjectWithRest() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 412 util::StringView propName = in GetPropertyTypeForIndexType() local
|
| D | function.cpp | 490 util::StringView propName; in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 663 const util::StringView &propName = GetPropertyName(prop->Key()); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_parser_test.cpp | 421 JSHandle<EcmaString> propName = factory->NewFromStdString(ageStr); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1264 JSHandle<EcmaString> propName = JSTaggedValue::ToString(thread, prop); in RuntimeThrowReferenceError() local
|