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/
Dtest_frontend_package.js24 propVar = new C(); field in B
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DmodifierAccessValid.cpp40 const auto *propVar = ast->AsMemberExpression()->PropVar(); in HandleMethodExpression() local
Dhelpers.cpp233 … const ir::AstNode *propVarDeclNodeParent, const varbinder::LocalVariable *propVar, in ValidatePropertyAccessForClass()
257 bool ValidateVariableAccess(const varbinder::LocalVariable *propVar, const ir::MemberExpression *as… in ValidateVariableAccess()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp1625 varbinder::Variable *propVar = nullptr; in CreateTSVariableForProperty() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1569 varbinder::LocalVariable *propVar = expr->argument_->AsMemberExpression()->PropVar(); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1818 …varbinder::LocalVariable *propVar = target->AsETSDynamicType()->GetPropertyDynamic(propName, this); in ResolveMemberReference() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1413 binder::Variable *propVar = nullptr; in CreateTSVariableForProperty() local