Home
last modified time | relevance | path

Searched refs:ToNamedPropertyKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1968 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey() function in panda::es2panda::compiler::PandaGen
2010 Operand op = ToNamedPropertyKey(prop, isComputed); in ToPropertyKey()
2038 Operand op = ToNamedPropertyKey(prop, isComputed); in LoadPropertyKey()
Dpandagen.h471 Operand ToNamedPropertyKey(const ir::Expression *prop, bool isComputed);