Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.h34 …DestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTu… in DestructuringContext()
90 …ArrayDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool conv… in ArrayDestructuringContext()
114 …ObjectDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool con… in ObjectDestructuringContext()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.h38 bool inAssignment; member