Searched refs:IsObjectExpression (Results 1 – 19 of 19) sorted by relevance
80 if (value_->IsObjectExpression()) { in ValidateExpression()
115 if (value_->IsObjectExpression()) { in ValidateExpression()
100 ASSERT(sourceNode_->IsObjectExpression()); in Start()
47 if (!initializer->IsObjectExpression()) { in Prepare()140 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
327 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
46 if (!initializer->IsObjectExpression()) { in Prepare()139 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
326 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
94 if (arg->IsObjectExpression()) { in BuildImplicitSubstitutionForArguments()
1075 if (init->IsObjectExpression()) { in CheckVariableDeclaration()1082 if (init->IsMemberExpression() && init->AsMemberExpression()->Object()->IsObjectExpression()) { in CheckVariableDeclaration()1099 if (init->IsObjectExpression()) { in CheckVariableDeclaration()
219 if (argument->IsObjectExpression()) { in ValidateSignature()706 if (!arguments[index]->IsObjectExpression()) { in CheckObjectLiteralArguments()
146 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
97 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
712 if (currentElement->IsObjectExpression()) { in Check()865 if (expr->Right()->IsObjectExpression()) { in Check()1403 if (value->IsObjectExpression()) { in Check()2180 if (stArgument != nullptr && stArgument->IsObjectExpression()) { in InferReturnType()2212 if (stArgument->IsObjectExpression()) { in ProcessReturnStatements()2267 if (st->argument_->IsObjectExpression()) { in GetFunctionReturnType()2487 if (expr->Expr()->IsObjectExpression()) { in Check()
126 if (iter->IsObjectExpression() || iter->IsObjectPattern()) { in CheckMandatoryArguments()127 … auto &properties = iter->IsObjectExpression() ? iter->AsObjectExpression()->Properties() : in CheckMandatoryArguments()
336 bool (*IsObjectExpression)(es2panda_AstNode *ast); member
2571 IsObjectExpression,
2502 !property->AsProperty()->Value()->IsObjectExpression()) { in ValidateImportAssertionForDynamicImport()
1552 if (leftNode->IsArrayExpression() || leftNode->IsObjectExpression()) { in ParseForStatement()