Home
last modified time | relevance | path

Searched refs:ValidateObjectLiteralType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.h56 void ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern);
H A DdestructuringContext.cpp98 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, const ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() function in panda::es2panda::checker::DestructuringContext
143 ValidateObjectLiteralType(defaultType->AsObjectType(), assignmentPattern->Left()->AsObjectPattern()); in HandleAssignmentPattern()
530 ValidateObjectLiteralType(inferedType_->AsObjectType(), id_->AsObjectPattern()); in ValidateInferedType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.h68 void ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *objPattern);
H A DdestructuringContext.cpp99 void DestructuringContext::ValidateObjectLiteralType(ObjectType *objType, ir::ObjectExpression *objPattern) in ValidateObjectLiteralType() function in ark::es2panda::checker::DestructuringContext
163 ValidateObjectLiteralType(defaultType->AsObjectType(), assignmentPattern->Left()->AsObjectPattern()); in HandleAssignmentPattern()
538 ValidateObjectLiteralType(inferredType_->AsObjectType(), id_->AsObjectPattern()); in ValidateInferredType()

Completed in 3 milliseconds