Home
last modified time | relevance | path

Searched defs:OptionalChain (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
DoptionalChain.cpp21 OptionalChain::OptionalChain(PandaGen *pg, const ir::AstNode *node) : pg_(pg), node_(node), prev_(p… in OptionalChain() function in ark::es2panda::compiler::OptionalChain
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h281 friend class OptionalChain; variable
/arkcompiler/ets_frontend/es2panda/compiler/base/
DoptionalChain.cpp22 OptionalChain::OptionalChain(PandaGen *pg, const ir::AstNode *node) : pg_(pg), node_(node), prev_(p… in OptionalChain() function in panda::es2panda::compiler::OptionalChain
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h557 friend class OptionalChain; variable