Home
last modified time | relevance | path

Searched refs:IsConstantPropertyKey (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h89 static bool IsConstantPropertyKey(const ir::Expression *expr, bool isComputed);
Dhelpers.cpp383 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() function in panda::es2panda::util::Helpers
536 Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed())) { in FunctionName()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp384 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() function in panda::es2panda::util::Helpers
588 Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed())) { in FunctionName()
Dhelpers.h119 static bool IsConstantPropertyKey(const ir::Expression *expr, bool isComputed);
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp292 if (!util::Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed()) || in CompileStaticProperties()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp105 if (!util::Helpers::IsConstantPropertyKey(propMethod->Key(), propMethod->IsComputed()) || in CreateClassStaticProperties()
989 return util::Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed()) && in IsLiteralBufferCompatible()