Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
DoptionalChain.cpp21 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.h516 friend class OptionalChain; variable