Home
last modified time | relevance | path

Searched refs:LiteralToPropName (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp67 util::StringView Helpers::LiteralToPropName(const ir::Expression *lit) in LiteralToPropName() function in Helpers
555 return Helpers::LiteralToPropName(prop->Key()); in FunctionNameFromParent()
H A Dhelpers.h108 static util::StringView LiteralToPropName(const ir::Expression *lit);
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp79 util::StringView Helpers::LiteralToPropName(ArenaAllocator *allocator, const ir::Expression *lit) in LiteralToPropName() function in Helpers
549 return Helpers::LiteralToPropName(allocator, prop->Key()); in GetName()
557 return Helpers::LiteralToPropName(allocator, prop->Key()); in GetName()
H A Dhelpers.h99 static util::StringView LiteralToPropName(ArenaAllocator *allocator, const ir::Expression *lit);
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp174 util::StringView name = util::Helpers::LiteralToPropName(pg->Allocator(), prop->Key()); in CreateClassPublicBuffer()
654 auto name = util::Helpers::LiteralToPropName(pg->Allocator(), classProp->Key()); in CreateFieldTypeBuffer()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp295 util::StringView name = util::Helpers::LiteralToPropName(pg->Allocator(), prop->Key()); in CompileStaticProperties()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp161 util::StringView name = util::Helpers::LiteralToPropName(prop->Key()); in CreateClassStaticProperties()
867 util::StringView name = util::Helpers::LiteralToPropName(prop->Key()); in CompileStaticProperties()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1917 return util::Helpers::LiteralToPropName(caseTest).Mutf8(); in GetStringFromLiteral()

Completed in 13 milliseconds