Searched refs:IsConstantPropertyKey (Results 1 – 6 of 6) sorted by relevance
89 static bool IsConstantPropertyKey(const ir::Expression *expr, bool isComputed);
383 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() function in panda::es2panda::util::Helpers536 Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed())) { in FunctionName()
384 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() function in panda::es2panda::util::Helpers588 Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed())) { in FunctionName()
119 static bool IsConstantPropertyKey(const ir::Expression *expr, bool isComputed);
292 if (!util::Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed()) || in CompileStaticProperties()
105 if (!util::Helpers::IsConstantPropertyKey(propMethod->Key(), propMethod->IsComputed()) || in CreateClassStaticProperties()989 return util::Helpers::IsConstantPropertyKey(prop->Key(), prop->IsComputed()) && in IsLiteralBufferCompatible()