Home
last modified time | relevance | path

Searched defs:isMethod (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DpropertyBuilder.h47 PropertyBuilder &SetIsMethod(bool isMethod) in SetIsMethod() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.h41 explicit Property(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, in Property() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h48 explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp225 bool isMethod = inst->GetOpcode() == Opcode::LoadObject && in IsInlinedCallLoadMethod() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1626 bool isMethod = (flags & varbinder::VariableFlags::METHOD) != 0; in CreateTSVariableForProperty() local
H A DexpressionParser.cpp2066 bool isMethod = (*methodStatus & ParserStatus::FUNCTION) != 0; in ParsePropertyValue() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2196 bool isMethod = *methodStatus & ParserStatus::FUNCTION; in ParsePropertyValue() local
H A DparserImpl.cpp1417 bool isMethod = flags & binder::VariableFlags::METHOD; in CreateTSVariableForProperty() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h175 bool isMethod; member in Result

Completed in 28 milliseconds