Searched defs:ObjectDestructuringContext (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ | ||
H A D | destructuringContext.h | 112 class ObjectDestructuringContext : public DestructuringContext { class 114 ObjectDestructuringContext(Checker *checker, const ir::Expression *id, bool inAssignment, bool convertTupleToArray, in ObjectDestructuringContext() function in panda::es2panda::panda::es2panda::checker::ObjectDestructuringContext |
/arkcompiler/ets_frontend/ets2panda/checker/ts/ | ||
H A D | destructuringContext.h | 122 class ObjectDestructuringContext : public DestructuringContext { class 124 explicit ObjectDestructuringContext(const DestructuringContextArguments &data) : DestructuringContext(data) {} in ObjectDestructuringContext() function in ark::es2panda::ark::es2panda::checker::ObjectDestructuringContext |
Completed in 1 milliseconds