Home
last modified time | relevance | path

Searched defs:propVar (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dindex.js24 propVar = new C(); field in B
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DmodifierAccessValid.cpp40 const auto *propVar = ast->AsMemberExpression()->PropVar(); in HandleMethodExpression() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp226 … const ir::AstNode *propVarDeclNodeParent, const varbinder::LocalVariable *propVar, in ValidatePropertyAccessForClass()
255 bool ValidateVariableAccess(const varbinder::LocalVariable *propVar, const ir::MemberExpression *as… in ValidateVariableAccess()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp1647 varbinder::Variable *propVar = nullptr; in CreateTSVariableForProperty() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp2231 …varbinder::LocalVariable *propVar = target->AsETSDynamicType()->GetPropertyDynamic(propName, this); in ResolveMemberReference() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2666 varbinder::LocalVariable *propVar = expr->argument_->AsMemberExpression()->PropVar(); in Check() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1421 binder::Variable *propVar = nullptr; in CreateTSVariableForProperty() local