Home
last modified time | relevance | path

Searched defs:isMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h48 …explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isCom… in Property()
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.h41 …perty(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, in Property()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp1626 bool isMethod = (flags & varbinder::VariableFlags::METHOD) != 0; in CreateTSVariableForProperty() local
DexpressionParser.cpp2065 bool isMethod = (*methodStatus & ParserStatus::FUNCTION) != 0; in ParsePropertyValue() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h175 bool isMethod; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp225 bool isMethod = inst->GetOpcode() == Opcode::LoadObject && in IsInlinedCallLoadMethod() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2169 bool isMethod = *methodStatus & ParserStatus::FUNCTION; in ParsePropertyValue() local
DparserImpl.cpp1414 bool isMethod = flags & binder::VariableFlags::METHOD; in CreateTSVariableForProperty() local