Searched defs:isMethod (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | object.cpp | 95 const bool isMethod = valueLiteral.tag_ == panda_file::LiteralTag::METHOD; in Build() local 107 …ard::Object::CreateProperty(const pandasm::LiteralArray &literalArray, size_t index, bool isMethod) in CreateProperty()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | propertyBuilder.h | 47 PropertyBuilder &SetIsMethod(bool isMethod) in SetIsMethod()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | property.h | 48 …explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isCom… in Property()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | property.h | 41 …perty(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, in Property()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 1648 bool isMethod = (flags & varbinder::VariableFlags::METHOD) != 0; in CreateTSVariableForProperty() local
|
| D | expressionParser.cpp | 2092 bool isMethod = (*methodStatus & ParserStatus::FUNCTION) != 0; in ParsePropertyValue() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.h | 175 bool isMethod; variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 2177 bool isMethod = *methodStatus & ParserStatus::FUNCTION; in ParsePropertyValue() local
|
| D | parserImpl.cpp | 1422 bool isMethod = flags & binder::VariableFlags::METHOD; in CreateTSVariableForProperty() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 224 bool isMethod = inst->GetOpcode() == Opcode::LoadObject && in IsInlinedCallLoadMethod() local
|