Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dobject.cpp95 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/
DpropertyBuilder.h47 PropertyBuilder &SetIsMethod(bool isMethod) in SetIsMethod()
/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.cpp1648 bool isMethod = (flags & varbinder::VariableFlags::METHOD) != 0; in CreateTSVariableForProperty() local
DexpressionParser.cpp2092 bool isMethod = (*methodStatus & ParserStatus::FUNCTION) != 0; in ParsePropertyValue() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h175 bool isMethod; variable
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2177 bool isMethod = *methodStatus & ParserStatus::FUNCTION; in ParsePropertyValue() local
DparserImpl.cpp1422 bool isMethod = flags & binder::VariableFlags::METHOD; in CreateTSVariableForProperty() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp224 bool isMethod = inst->GetOpcode() == Opcode::LoadObject && in IsInlinedCallLoadMethod() local