Searched refs:IsObjectExpression (Results 1 – 25 of 26) sorted by relevance
12
242 if (!elem->IsObjectExpression()) { in HandleInterfaceLowering()264 if (ast->IsObjectExpression() && IsInterfaceType(ast->AsObjectExpression()->TsType())) { in Perform()284 return ast->IsObjectExpression() && IsInterfaceType(ast->AsObjectExpression()->TsType()); in Postcondition()
213 …if (ast->IsObjectExpression() && !ast->AsObjectExpression()->TsType()->AsETSObjectType()->HasObjec… in Perform()237 return ast->IsObjectExpression() && in Postcondition()
58 if (ast->IsObjectExpression()) { in Perform()
80 if (value_->IsObjectExpression()) { in ValidateExpression()
77 if (parent->IsObjectExpression()) { in CheckMoreAstExceptions()
100 ASSERT(sourceNode_->IsObjectExpression()); in Start()
46 if (!initializer->IsObjectExpression()) { in Prepare()140 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
328 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
120 ASSERT(sourceNode_->IsObjectExpression()); in Start()
47 if (!initializer->IsObjectExpression()) { in Prepare()161 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
326 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
114 if (value_->IsObjectExpression()) { in ValidateExpression()
94 if (arg->IsObjectExpression()) { in BuildImplicitSubstitutionForArguments()
635 if (init->IsObjectExpression()) { in CheckInit()642 if (init->IsMemberExpression() && init->AsMemberExpression()->Object()->IsObjectExpression()) { in CheckInit()659 if (init->IsObjectExpression()) { in CheckInit()
336 if (argument->IsObjectExpression()) { in ValidateSignatureRequiredParams()981 if (!arguments[index]->IsObjectExpression()) { in CheckObjectLiteralArguments()
1043 id->Parent()->Parent()->IsObjectExpression()) { in AnalyzeId()
1247 } else if (arg->IsObjectExpression()) { in CheckMemberOrCallOrObjectExpressionInConstructor()
97 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
145 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
622 if (stArgument != nullptr && stArgument->IsObjectExpression()) { in InferReturnType()639 if (stArgument->IsObjectExpression()) { in ProcessReturnStatements()
563 if (currentElement->IsObjectExpression()) { in CheckElement()795 if (expr->Right()->IsObjectExpression()) { in CheckAssignmentExprOperatorType()1364 if (value->IsObjectExpression()) { in CheckObjectExprProps()1987 if (st->argument_->IsObjectExpression()) { in GetFunctionReturnType()2241 if (expr->Expr()->IsObjectExpression()) { in Check()
126 if (iter->IsObjectExpression() || iter->IsObjectPattern()) { in CheckMandatoryArguments()127 … auto &properties = iter->IsObjectExpression() ? iter->AsObjectExpression()->Properties() : in CheckMandatoryArguments()
333 bool (*IsObjectExpression)(es2panda_AstNode *ast); member
2568 IsObjectExpression,
2502 !property->AsProperty()->Value()->IsObjectExpression()) { in ValidateImportAssertionForDynamicImport()