Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp98 …ringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern) in ValidateObjectLiteralType()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp433 auto *objPattern = childNode->AsObjectPattern(); in BuildVarDeclaratorId() local