Lines Matching defs:const
35 checker::Type *ETSAnalyzer::Check(ir::CatchClause *st) const in Check()
56 checker::Type *ETSAnalyzer::Check(ir::ClassDefinition *node) const in Check()
71 checker::Type *ETSAnalyzer::Check(ir::ClassProperty *st) const in Check()
93 checker::Type *ETSAnalyzer::Check(ir::ClassStaticBlock *st) const in Check()
138 checker::Type *ETSAnalyzer::Check(ir::MethodDefinition *node) const in Check()
191 void ETSAnalyzer::CheckMethodModifiers(ir::MethodDefinition *node) const in CheckMethodModifiers()
231 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
236 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
245 checker::Type *ETSAnalyzer::Check(ir::TemplateElement *expr) const in Check()
252 checker::Type *ETSAnalyzer::Check(ir::ETSClassLiteral *expr) const in Check()
275 checker::Type *ETSAnalyzer::Check(ir::ETSFunctionType *node) const in Check()
303 checker::Type *ETSAnalyzer::Check(ir::ETSLaunchExpression *expr) const in Check()
333 checker::Type *ETSAnalyzer::Check(ir::ETSNewArrayInstanceExpression *expr) const in Check()
362 …er::CheckInstantatedClass(ir::ETSNewClassInstanceExpression *expr, ETSObjectType *&calleeObj) const in CheckInstantatedClass()
393 checker::Type *ETSAnalyzer::Check(ir::ETSNewClassInstanceExpression *expr) const in Check()
432 checker::Type *ETSAnalyzer::Check(ir::ETSNewMultiDimArrayInstanceExpression *expr) const in Check()
447 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSPackageDeclaration *st) const in Check()
452 checker::Type *ETSAnalyzer::Check(ir::ETSParameterExpression *expr) const in Check()
474 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSPrimitiveType *node) const in Check()
480 checker::Type *ETSAnalyzer::Check(ir::ETSStructDeclaration *node) const in Check()
487 checker::Type *ETSAnalyzer::Check(ir::ETSTypeReference *node) const in Check()
493 checker::Type *ETSAnalyzer::Check(ir::ETSTypeReferencePart *node) const in Check()
499 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSNullType *node) const in Check()
504 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSUndefinedType *node) const in Check()
511 checker::Type *ETSAnalyzer::GetPreferredType(ir::ArrayExpression *expr) const in GetPreferredType()
595 checker::Type *ETSAnalyzer::Check(ir::ArrayExpression *expr) const in Check()
636 checker::Type *ETSAnalyzer::Check(ir::ArrowFunctionExpression *expr) const in Check()
698 checker::Type *ETSAnalyzer::Check(ir::AssignmentExpression *const expr) const in Check()
763 … Type *const leftType) const in CheckAssignmentExprOperatorType()
811 checker::Type *ETSAnalyzer::Check(ir::AwaitExpression *expr) const in Check()
830 checker::Type *ETSAnalyzer::UnwrapPromiseType(checker::Type *type) const in UnwrapPromiseType()
859 checker::Type *ETSAnalyzer::Check(ir::BinaryExpression *expr) const in Check()
876 checker::Type *ETSAnalyzer::Check(ir::BlockExpression *st) const in Check()
897 bool isUnionTypeWithFunctionalInterface) const in ResolveSignature()
929 checker::Type *ETSAnalyzer::GetReturnType(ir::CallExpression *expr, checker::Type *calleeType) const in GetReturnType()
1011 checker::Type *ETSAnalyzer::Check(ir::CallExpression *expr) const in Check()
1070 checker::Type *ETSAnalyzer::Check(ir::ConditionalExpression *expr) const in Check()
1127 checker::Type *ETSAnalyzer::Check(ir::Identifier *expr) const in Check()
1147 ETSObjectType *objectType) const in SetAndAdjustType()
1185 checker::Type *ETSAnalyzer::Check(ir::MemberExpression *expr) const in Check()
1250 checker::Type *ETSAnalyzer::PreferredType(ir::ObjectExpression *expr) const in PreferredType()
1255 checker::Type *ETSAnalyzer::Check(ir::ObjectExpression *expr) const in Check()
1331 …eckObjectExprProps(const ir::ObjectExpression *expr, checker::PropertySearchFlags searchFlags) con… in CheckObjectExprProps()
1383 checker::Type *ETSAnalyzer::Check(ir::OpaqueTypeNode *expr) const in Check()
1388 checker::Type *ETSAnalyzer::Check(ir::SequenceExpression *expr) const in Check()
1403 checker::Type *ETSAnalyzer::Check(ir::SuperExpression *expr) const in Check()
1414 checker::Type *ETSAnalyzer::Check(ir::TemplateLiteral *expr) const in Check()
1437 checker::Type *ETSAnalyzer::Check(ir::ThisExpression *expr) const in Check()
1476 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TypeofExpression *expr) const in Check()
1488 checker::Type *ETSAnalyzer::Check(ir::UnaryExpression *expr) const in Check()
1548 checker::Type *ETSAnalyzer::Check(ir::UpdateExpression *expr) const in Check()
1596 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::BigIntLiteral *expr) const in Check()
1603 checker::Type *ETSAnalyzer::Check(ir::BooleanLiteral *expr) const in Check()
1612 checker::Type *ETSAnalyzer::Check(ir::CharLiteral *expr) const in Check()
1621 checker::Type *ETSAnalyzer::Check(ir::NullLiteral *expr) const in Check()
1630 checker::Type *ETSAnalyzer::Check(ir::NumberLiteral *expr) const in Check()
1652 checker::Type *ETSAnalyzer::Check(ir::StringLiteral *expr) const in Check()
1661 checker::Type *ETSAnalyzer::Check(ir::ImportDeclaration *st) const in Check()
1674 checker::Type *ETSAnalyzer::Check(ir::ImportNamespaceSpecifier *st) const in Check()
1697 checker::Type *ETSAnalyzer::Check(ir::AssertStatement *st) const in Check()
1716 checker::Type *ETSAnalyzer::Check(ir::BlockStatement *st) const in Check()
1754 checker::Type *ETSAnalyzer::Check(ir::BreakStatement *st) const in Check()
1763 checker::Type *ETSAnalyzer::Check(ir::ClassDeclaration *st) const in Check()
1770 checker::Type *ETSAnalyzer::Check(ir::ContinueStatement *st) const in Check()
1779 checker::Type *ETSAnalyzer::Check(ir::DoWhileStatement *st) const in Check()
1794 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::EmptyStatement *st) const in Check()
1799 checker::Type *ETSAnalyzer::Check(ir::ExpressionStatement *st) const in Check()
1812 checker::Type *ETSAnalyzer::Check(ir::ForOfStatement *const st) const in Check()
1874 checker::Type *ETSAnalyzer::Check(ir::ForUpdateStatement *st) const in Check()
1900 checker::Type *ETSAnalyzer::Check(ir::IfStatement *st) const in Check()
1953 checker::Type *ETSAnalyzer::Check(ir::LabelledStatement *st) const in Check()
1960 …SAnalyzer::GetFunctionReturnType(ir::ReturnStatement *st, ir::ScriptFunction *containingFunc) const in GetFunctionReturnType()
2023 checker::Type *ETSAnalyzer::Check(ir::ReturnStatement *st) const in Check()
2049 checker::Type *ETSAnalyzer::Check(ir::SwitchStatement *st) const in Check()
2097 checker::Type *ETSAnalyzer::Check(ir::ThrowStatement *st) const in Check()
2111 checker::Type *ETSAnalyzer::Check(ir::TryStatement *st) const in Check()
2155 checker::Type *ETSAnalyzer::Check(ir::VariableDeclarator *st) const in Check()
2194 checker::Type *ETSAnalyzer::Check(ir::VariableDeclaration *st) const in Check()
2204 checker::Type *ETSAnalyzer::Check(ir::WhileStatement *st) const in Check()
2219 checker::Type *ETSAnalyzer::Check(ir::TSArrayType *node) const in Check()
2230 checker::Type *ETSAnalyzer::Check(ir::TSAsExpression *expr) const in Check()
2291 checker::Type *ETSAnalyzer::Check(ir::TSEnumDeclaration *st) const in Check()
2316 checker::Type *ETSAnalyzer::Check(ir::TSInterfaceDeclaration *st) const in Check()
2342 checker::Type *ETSAnalyzer::Check(ir::TSNonNullExpression *expr) const in Check()
2367 checker::Type *ETSAnalyzer::Check(ir::TSQualifiedName *expr) const in Check()
2404 checker::Type *ETSAnalyzer::Check(ir::TSTypeAliasDeclaration *st) const in Check()