Home
last modified time | relevance | path

Searched refs:IsObjectExpression (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.cpp80 if (value_->IsObjectExpression()) { in ValidateExpression()
/arkcompiler/ets_frontend/ets2panda/ir/base/
Dproperty.cpp115 if (value_->IsObjectExpression()) { in ValidateExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeElaborationContext.cpp100 ASSERT(sourceNode_->IsObjectExpression()); in Start()
DdestructuringContext.cpp47 if (!initializer->IsObjectExpression()) { in Prepare()
140 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
Dhelpers.cpp327 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp100 ASSERT(sourceNode_->IsObjectExpression()); in Start()
DdestructuringContext.cpp46 if (!initializer->IsObjectExpression()) { in Prepare()
139 if (validateDefault && assignmentPattern->Right()->IsObjectExpression() && in HandleAssignmentPattern()
Dhelpers.cpp326 if (sourceNode->IsObjectExpression()) { in ElaborateElementwise()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h94 if (arg->IsObjectExpression()) { in BuildImplicitSubstitutionForArguments()
Dhelpers.cpp1075 if (init->IsObjectExpression()) { in CheckVariableDeclaration()
1082 if (init->IsMemberExpression() && init->AsMemberExpression()->Object()->IsObjectExpression()) { in CheckVariableDeclaration()
1099 if (init->IsObjectExpression()) { in CheckVariableDeclaration()
Dfunction.cpp219 if (argument->IsObjectExpression()) { in ValidateSignature()
706 if (!arguments[index]->IsObjectExpression()) { in CheckObjectLiteralArguments()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp146 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp97 } else if (assignmentExpr->Left()->IsObjectExpression()) { in ValidateExpression()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp712 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()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp126 if (iter->IsObjectExpression() || iter->IsObjectPattern()) { in CheckMandatoryArguments()
127 … auto &properties = iter->IsObjectExpression() ? iter->AsObjectExpression()->Properties() : in CheckMandatoryArguments()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h336 bool (*IsObjectExpression)(es2panda_AstNode *ast); member
Des2panda_lib.cpp2571 IsObjectExpression,
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2502 !property->AsProperty()->Value()->IsObjectExpression()) { in ValidateImportAssertionForDynamicImport()
DstatementParser.cpp1552 if (leftNode->IsArrayExpression() || leftNode->IsObjectExpression()) { in ParseForStatement()