| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/parser/qqmljsastvisitor_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | namespace QQmlJS { namespace AST { | - |
| 4 | - | |
| 5 | class __attribute__((visibility("default"))) Visitor | - |
| 6 | { | - |
| 7 | public: | - |
| 8 | Visitor(); | - |
| 9 | virtual ~Visitor(); | - |
| 10 | - | |
| 11 | virtual bool preVisit(Node *) { return executed 254039310 times by 147 tests: true;return true;Executed by:
executed 254039310 times by 147 tests: }return true;Executed by:
| 254039310 |
| 12 | virtual void postVisit(Node *) {} | - |
| 13 | - | |
| 14 | - | |
| 15 | virtual bool visit(UiProgram *) { return executed 7326 times by 1 test: true;return true;Executed by:
executed 7326 times by 1 test: }return true;Executed by:
| 7326 |
| 16 | virtual bool visit(UiHeaderItemList *) { return executed 9866 times by 1 test: true;return true;Executed by:
executed 9866 times by 1 test: }return true;Executed by:
| 9866 |
| 17 | virtual bool visit(UiPragma *) { return executed 36 times by 1 test: true;return true;Executed by:
executed 36 times by 1 test: }return true;Executed by:
| 36 |
| 18 | virtual bool visit(UiImport *) { return executed 9830 times by 1 test: true;return true;Executed by:
executed 9830 times by 1 test: }return true;Executed by:
| 9830 |
| 19 | virtual bool visit(UiPublicMember *) { return executed 12056 times by 1 test: true;return true;Executed by:
executed 12056 times by 1 test: }return true;Executed by:
| 12056 |
| 20 | virtual bool visit(UiSourceElement *) { return executed 2742 times by 1 test: true;return true;Executed by:
executed 2742 times by 1 test: }return true;Executed by:
| 2742 |
| 21 | virtual bool visit(UiObjectDefinition *) { return executed 43662 times by 1 test: true;return true;Executed by:
executed 43662 times by 1 test: }return true;Executed by:
| 43662 |
| 22 | virtual bool visit(UiObjectInitializer *) { return executed 47826 times by 1 test: true;return true;Executed by:
executed 47826 times by 1 test: }return true;Executed by:
| 47826 |
| 23 | virtual bool visit(UiObjectBinding *) { return executed 4164 times by 1 test: true;return true;Executed by:
executed 4164 times by 1 test: }return true;Executed by:
| 4164 |
| 24 | virtual bool visit(UiScriptBinding *) { return executed 128128 times by 1 test: true;return true;Executed by:
executed 128128 times by 1 test: }return true;Executed by:
| 128128 |
| 25 | virtual bool visit(UiArrayBinding *) { return executed 450 times by 1 test: true;return true;Executed by:
executed 450 times by 1 test: }return true;Executed by:
| 450 |
| 26 | virtual bool visit(UiParameterList *) { return never executed: true;return true;never executed: }return true; | 0 |
| 27 | virtual bool visit(UiObjectMemberList *) { return executed 48666 times by 1 test: true;return true;Executed by:
executed 48666 times by 1 test: }return true;Executed by:
| 48666 |
| 28 | virtual bool visit(UiArrayMemberList *) { return executed 450 times by 1 test: true;return true;Executed by:
executed 450 times by 1 test: }return true;Executed by:
| 450 |
| 29 | virtual bool visit(UiQualifiedId *) { return executed 189762 times by 1 test: true;return true;Executed by:
executed 189762 times by 1 test: }return true;Executed by:
| 189762 |
| 30 | virtual bool visit(UiQualifiedPragmaId *) { return executed 36 times by 1 test: true;return true;Executed by:
executed 36 times by 1 test: }return true;Executed by:
| 36 |
| 31 | virtual bool visit(UiEnumDeclaration *) { return executed 18 times by 1 test: true;return true;Executed by:
executed 18 times by 1 test: }return true;Executed by:
| 18 |
| 32 | virtual bool visit(UiEnumMemberList *) { return executed 18 times by 1 test: true;return true;Executed by:
executed 18 times by 1 test: }return true;Executed by:
| 18 |
| 33 | - | |
| 34 | virtual void endVisit(UiProgram *) {} | - |
| 35 | virtual void endVisit(UiImport *) {} | - |
| 36 | virtual void endVisit(UiHeaderItemList *) {} | - |
| 37 | virtual void endVisit(UiPragma *) {} | - |
| 38 | virtual void endVisit(UiPublicMember *) {} | - |
| 39 | virtual void endVisit(UiSourceElement *) {} | - |
| 40 | virtual void endVisit(UiObjectDefinition *) {} | - |
| 41 | virtual void endVisit(UiObjectInitializer *) {} | - |
| 42 | virtual void endVisit(UiObjectBinding *) {} | - |
| 43 | virtual void endVisit(UiScriptBinding *) {} | - |
| 44 | virtual void endVisit(UiArrayBinding *) {} | - |
| 45 | virtual void endVisit(UiParameterList *) {} | - |
| 46 | virtual void endVisit(UiObjectMemberList *) {} | - |
| 47 | virtual void endVisit(UiArrayMemberList *) {} | - |
| 48 | virtual void endVisit(UiQualifiedId *) {} | - |
| 49 | virtual void endVisit(UiQualifiedPragmaId *) {} | - |
| 50 | virtual void endVisit(UiEnumDeclaration *) {} | - |
| 51 | virtual void endVisit(UiEnumMemberList *) { } | - |
| 52 | - | |
| 53 | - | |
| 54 | virtual bool visit(ThisExpression *) { return executed 20402 times by 15 tests: true;return true;Executed by:
executed 20402 times by 15 tests: }return true;Executed by:
| 20402 |
| 55 | virtual void endVisit(ThisExpression *) {} | - |
| 56 | - | |
| 57 | virtual bool visit(IdentifierExpression *) { return executed 27005602 times by 130 tests: true;return true;Executed by:
executed 27005602 times by 130 tests: }return true;Executed by:
| 27005602 |
| 58 | virtual void endVisit(IdentifierExpression *) {} | - |
| 59 | - | |
| 60 | virtual bool visit(NullExpression *) { return executed 504638 times by 35 tests: true;return true;Executed by:
executed 504638 times by 35 tests: }return true;Executed by:
| 504638 |
| 61 | virtual void endVisit(NullExpression *) {} | - |
| 62 | - | |
| 63 | virtual bool visit(TrueLiteral *) { return executed 624637 times by 62 tests: true;return true;Executed by:
executed 624637 times by 62 tests: }return true;Executed by:
| 624637 |
| 64 | virtual void endVisit(TrueLiteral *) {} | - |
| 65 | - | |
| 66 | virtual bool visit(FalseLiteral *) { return executed 164678 times by 50 tests: true;return true;Executed by:
executed 164678 times by 50 tests: }return true;Executed by:
| 164678 |
| 67 | virtual void endVisit(FalseLiteral *) {} | - |
| 68 | - | |
| 69 | virtual bool visit(SuperLiteral *) { return executed 2901 times by 2 tests: true;return true;Executed by:
executed 2901 times by 2 tests: }return true;Executed by:
| 2901 |
| 70 | virtual void endVisit(SuperLiteral *) {} | - |
| 71 | - | |
| 72 | virtual bool visit(StringLiteral *) { return executed 17859132 times by 90 tests: true;return true;Executed by:
executed 17859132 times by 90 tests: }return true;Executed by:
| 17859132 |
| 73 | virtual void endVisit(StringLiteral *) {} | - |
| 74 | - | |
| 75 | virtual bool visit(TemplateLiteral *) { return executed 3326 times by 3 tests: true;return true;Executed by:
executed 3326 times by 3 tests: }return true;Executed by:
| 3326 |
| 76 | virtual void endVisit(TemplateLiteral *) {} | - |
| 77 | - | |
| 78 | virtual bool visit(NumericLiteral *) { return executed 4080934 times by 92 tests: true;return true;Executed by:
executed 4080934 times by 92 tests: }return true;Executed by:
| 4080934 |
| 79 | virtual void endVisit(NumericLiteral *) {} | - |
| 80 | - | |
| 81 | virtual bool visit(RegExpLiteral *) { return executed 2120700 times by 9 tests: true;return true;Executed by:
executed 2120700 times by 9 tests: }return true;Executed by:
| 2120700 |
| 82 | virtual void endVisit(RegExpLiteral *) {} | - |
| 83 | - | |
| 84 | virtual bool visit(ArrayPattern *) { return executed 166781 times by 47 tests: true;return true;Executed by:
executed 166781 times by 47 tests: }return true;Executed by:
| 166781 |
| 85 | virtual void endVisit(ArrayPattern *) {} | - |
| 86 | - | |
| 87 | virtual bool visit(ObjectPattern *) { return executed 179115 times by 37 tests: true;return true;Executed by:
executed 179115 times by 37 tests: }return true;Executed by:
| 179115 |
| 88 | virtual void endVisit(ObjectPattern *) {} | - |
| 89 | - | |
| 90 | virtual bool visit(PatternElementList *) { return executed 389254 times by 41 tests: true;return true;Executed by:
executed 389254 times by 41 tests: }return true;Executed by:
| 389254 |
| 91 | virtual void endVisit(PatternElementList *) {} | - |
| 92 | - | |
| 93 | virtual bool visit(PatternPropertyList *) { return executed 318399 times by 34 tests: true;return true;Executed by:
executed 318399 times by 34 tests: }return true;Executed by:
| 318399 |
| 94 | virtual void endVisit(PatternPropertyList *) {} | - |
| 95 | - | |
| 96 | virtual bool visit(PatternElement *) { return executed 4772041 times by 67 tests: true;return true;Executed by:
executed 4772041 times by 67 tests: }return true;Executed by:
| 4772041 |
| 97 | virtual void endVisit(PatternElement *) {} | - |
| 98 | - | |
| 99 | virtual bool visit(PatternProperty *) { return executed 235514 times by 34 tests: true;return true;Executed by:
executed 235514 times by 34 tests: }return true;Executed by:
| 235514 |
| 100 | virtual void endVisit(PatternProperty *) {} | - |
| 101 | - | |
| 102 | virtual bool visit(Elision *) { return executed 6937 times by 4 tests: true;return true;Executed by:
executed 6937 times by 4 tests: }return true;Executed by:
| 6937 |
| 103 | virtual void endVisit(Elision *) {} | - |
| 104 | - | |
| 105 | virtual bool visit(NestedExpression *) { return executed 747140 times by 45 tests: true;return true;Executed by:
executed 747140 times by 45 tests: }return true;Executed by:
| 747140 |
| 106 | virtual void endVisit(NestedExpression *) {} | - |
| 107 | - | |
| 108 | virtual bool visit(IdentifierPropertyName *) { return executed 277066 times by 22 tests: true;return true;Executed by:
executed 277066 times by 22 tests: }return true;Executed by:
| 277066 |
| 109 | virtual void endVisit(IdentifierPropertyName *) {} | - |
| 110 | - | |
| 111 | virtual bool visit(StringLiteralPropertyName *) { return executed 44884 times by 21 tests: true;return true;Executed by:
executed 44884 times by 21 tests: }return true;Executed by:
| 44884 |
| 112 | virtual void endVisit(StringLiteralPropertyName *) {} | - |
| 113 | - | |
| 114 | virtual bool visit(NumericLiteralPropertyName *) { return executed 14381 times by 3 tests: true;return true;Executed by:
executed 14381 times by 3 tests: }return true;Executed by:
| 14381 |
| 115 | virtual void endVisit(NumericLiteralPropertyName *) {} | - |
| 116 | - | |
| 117 | virtual bool visit(ComputedPropertyName *) { return executed 4364 times by 2 tests: true;return true;Executed by:
executed 4364 times by 2 tests: }return true;Executed by:
| 4364 |
| 118 | virtual void endVisit(ComputedPropertyName *) {} | - |
| 119 | - | |
| 120 | virtual bool visit(ArrayMemberExpression *) { return executed 163396 times by 34 tests: true;return true;Executed by:
executed 163396 times by 34 tests: }return true;Executed by:
| 163396 |
| 121 | virtual void endVisit(ArrayMemberExpression *) {} | - |
| 122 | - | |
| 123 | virtual bool visit(FieldMemberExpression *) { return executed 5434739 times by 114 tests: true;return true;Executed by:
executed 5434739 times by 114 tests: }return true;Executed by:
| 5434739 |
| 124 | virtual void endVisit(FieldMemberExpression *) {} | - |
| 125 | - | |
| 126 | virtual bool visit(TaggedTemplate *) { return executed 1062 times by 2 tests: true;return true;Executed by:
executed 1062 times by 2 tests: }return true;Executed by:
| 1062 |
| 127 | virtual void endVisit(TaggedTemplate *) {} | - |
| 128 | - | |
| 129 | virtual bool visit(NewMemberExpression *) { return executed 693703 times by 22 tests: true;return true;Executed by:
executed 693703 times by 22 tests: }return true;Executed by:
| 693703 |
| 130 | virtual void endVisit(NewMemberExpression *) {} | - |
| 131 | - | |
| 132 | virtual bool visit(NewExpression *) { return executed 3413 times by 10 tests: true;return true;Executed by:
executed 3413 times by 10 tests: }return true;Executed by:
| 3413 |
| 133 | virtual void endVisit(NewExpression *) {} | - |
| 134 | - | |
| 135 | virtual bool visit(CallExpression *) { return executed 10242983 times by 88 tests: true;return true;Executed by:
executed 10242983 times by 88 tests: }return true;Executed by:
| 10242983 |
| 136 | virtual void endVisit(CallExpression *) {} | - |
| 137 | - | |
| 138 | virtual bool visit(ArgumentList *) { return executed 12650672 times by 78 tests: true;return true;Executed by:
executed 12650672 times by 78 tests: }return true;Executed by:
| 12650672 |
| 139 | virtual void endVisit(ArgumentList *) {} | - |
| 140 | - | |
| 141 | virtual bool visit(PostIncrementExpression *) { return executed 20363 times by 29 tests: true;return true;Executed by:
executed 20363 times by 29 tests: }return true;Executed by:
| 20363 |
| 142 | virtual void endVisit(PostIncrementExpression *) {} | - |
| 143 | - | |
| 144 | virtual bool visit(PostDecrementExpression *) { return executed 931 times by 9 tests: true;return true;Executed by:
executed 931 times by 9 tests: }return true;Executed by:
| 931 |
| 145 | virtual void endVisit(PostDecrementExpression *) {} | - |
| 146 | - | |
| 147 | virtual bool visit(DeleteExpression *) { return executed 125840 times by 9 tests: true;return true;Executed by:
executed 125840 times by 9 tests: }return true;Executed by:
| 125840 |
| 148 | virtual void endVisit(DeleteExpression *) {} | - |
| 149 | - | |
| 150 | virtual bool visit(VoidExpression *) { return executed 7572 times by 6 tests: true;return true;Executed by:
executed 7572 times by 6 tests: }return true;Executed by:
| 7572 |
| 151 | virtual void endVisit(VoidExpression *) {} | - |
| 152 | - | |
| 153 | virtual bool visit(TypeOfExpression *) { return executed 831147 times by 14 tests: true;return true;Executed by:
executed 831147 times by 14 tests: }return true;Executed by:
| 831147 |
| 154 | virtual void endVisit(TypeOfExpression *) {} | - |
| 155 | - | |
| 156 | virtual bool visit(PreIncrementExpression *) { return executed 6195 times by 33 tests: true;return true;Executed by:
executed 6195 times by 33 tests: }return true;Executed by:
| 6195 |
| 157 | virtual void endVisit(PreIncrementExpression *) {} | - |
| 158 | - | |
| 159 | virtual bool visit(PreDecrementExpression *) { return executed 737 times by 7 tests: true;return true;Executed by:
executed 737 times by 7 tests: }return true;Executed by:
| 737 |
| 160 | virtual void endVisit(PreDecrementExpression *) {} | - |
| 161 | - | |
| 162 | virtual bool visit(UnaryPlusExpression *) { return executed 10593 times by 4 tests: true;return true;Executed by:
executed 10593 times by 4 tests: }return true;Executed by:
| 10593 |
| 163 | virtual void endVisit(UnaryPlusExpression *) {} | - |
| 164 | - | |
| 165 | virtual bool visit(UnaryMinusExpression *) { return executed 204685 times by 25 tests: true;return true;Executed by:
executed 204685 times by 25 tests: }return true;Executed by:
| 204685 |
| 166 | virtual void endVisit(UnaryMinusExpression *) {} | - |
| 167 | - | |
| 168 | virtual bool visit(TildeExpression *) { return executed 2080 times by 5 tests: true;return true;Executed by:
executed 2080 times by 5 tests: }return true;Executed by:
| 2080 |
| 169 | virtual void endVisit(TildeExpression *) {} | - |
| 170 | - | |
| 171 | virtual bool visit(NotExpression *) { return executed 734861 times by 34 tests: true;return true;Executed by:
executed 734861 times by 34 tests: }return true;Executed by:
| 734861 |
| 172 | virtual void endVisit(NotExpression *) {} | - |
| 173 | - | |
| 174 | virtual bool visit(BinaryExpression *) { return executed 15393382 times by 100 tests: true;return true;Executed by:
executed 15393382 times by 100 tests: }return true;Executed by:
| 15393382 |
| 175 | virtual void endVisit(BinaryExpression *) {} | - |
| 176 | - | |
| 177 | virtual bool visit(ConditionalExpression *) { return executed 204650 times by 45 tests: true;return true;Executed by:
executed 204650 times by 45 tests: }return true;Executed by:
| 204650 |
| 178 | virtual void endVisit(ConditionalExpression *) {} | - |
| 179 | - | |
| 180 | virtual bool visit(Expression *) { return executed 8702 times by 6 tests: true;return true;Executed by:
executed 8702 times by 6 tests: }return true;Executed by:
| 8702 |
| 181 | virtual void endVisit(Expression *) {} | - |
| 182 | - | |
| 183 | virtual bool visit(Block *) { return executed 6672099 times by 78 tests: true;return true;Executed by:
executed 6672099 times by 78 tests: }return true;Executed by:
| 6672099 |
| 184 | virtual void endVisit(Block *) {} | - |
| 185 | - | |
| 186 | virtual bool visit(StatementList *) { return executed 13855259 times by 103 tests: true;return true;Executed by:
executed 13855259 times by 103 tests: }return true;Executed by:
| 13855259 |
| 187 | virtual void endVisit(StatementList *) {} | - |
| 188 | - | |
| 189 | virtual bool visit(VariableStatement *) { return executed 1691120 times by 49 tests: true;return true;Executed by:
executed 1691120 times by 49 tests: }return true;Executed by:
| 1691120 |
| 190 | virtual void endVisit(VariableStatement *) {} | - |
| 191 | - | |
| 192 | virtual bool visit(VariableDeclarationList *) { return executed 1737096 times by 51 tests: true;return true;Executed by:
executed 1737096 times by 51 tests: }return true;Executed by:
| 1737096 |
| 193 | virtual void endVisit(VariableDeclarationList *) {} | - |
| 194 | - | |
| 195 | virtual bool visit(EmptyStatement *) { return executed 6765 times by 8 tests: true;return true;Executed by:
executed 6765 times by 8 tests: }return true;Executed by:
| 6765 |
| 196 | virtual void endVisit(EmptyStatement *) {} | - |
| 197 | - | |
| 198 | virtual bool visit(ExpressionStatement *) { return executed 13863832 times by 141 tests: true;return true;Executed by:
executed 13863832 times by 141 tests: }return true;Executed by:
| 13863832 |
| 199 | virtual void endVisit(ExpressionStatement *) {} | - |
| 200 | - | |
| 201 | virtual bool visit(IfStatement *) { return executed 4789513 times by 60 tests: true;return true;Executed by:
executed 4789513 times by 60 tests: }return true;Executed by:
| 4789513 |
| 202 | virtual void endVisit(IfStatement *) {} | - |
| 203 | - | |
| 204 | virtual bool visit(DoWhileStatement *) { return executed 1453 times by 11 tests: true;return true;Executed by:
executed 1453 times by 11 tests: }return true;Executed by:
| 1453 |
| 205 | virtual void endVisit(DoWhileStatement *) {} | - |
| 206 | - | |
| 207 | virtual bool visit(WhileStatement *) { return executed 3855 times by 14 tests: true;return true;Executed by:
executed 3855 times by 14 tests: }return true;Executed by:
| 3855 |
| 208 | virtual void endVisit(WhileStatement *) {} | - |
| 209 | - | |
| 210 | virtual bool visit(ForStatement *) { return executed 33077 times by 28 tests: true;return true;Executed by:
executed 33077 times by 28 tests: }return true;Executed by:
| 33077 |
| 211 | virtual void endVisit(ForStatement *) {} | - |
| 212 | - | |
| 213 | virtual bool visit(ForEachStatement *) { return executed 42675 times by 14 tests: true;return true;Executed by:
executed 42675 times by 14 tests: }return true;Executed by:
| 42675 |
| 214 | virtual void endVisit(ForEachStatement *) {} | - |
| 215 | - | |
| 216 | virtual bool visit(ContinueStatement *) { return executed 7040 times by 10 tests: true;return true;Executed by:
executed 7040 times by 10 tests: }return true;Executed by:
| 7040 |
| 217 | virtual void endVisit(ContinueStatement *) {} | - |
| 218 | - | |
| 219 | virtual bool visit(BreakStatement *) { return executed 113058 times by 10 tests: true;return true;Executed by:
executed 113058 times by 10 tests: }return true;Executed by:
| 113058 |
| 220 | virtual void endVisit(BreakStatement *) {} | - |
| 221 | - | |
| 222 | virtual bool visit(ReturnStatement *) { return executed 3828399 times by 49 tests: true;return true;Executed by:
executed 3828399 times by 49 tests: }return true;Executed by:
| 3828399 |
| 223 | virtual void endVisit(ReturnStatement *) {} | - |
| 224 | - | |
| 225 | virtual bool visit(YieldExpression *) { return executed 10749 times by 2 tests: true;return true;Executed by:
executed 10749 times by 2 tests: }return true;Executed by:
| 10749 |
| 226 | virtual void endVisit(YieldExpression *) {} | - |
| 227 | - | |
| 228 | virtual bool visit(WithStatement *) { return executed 2335 times by 7 tests: true;return true;Executed by:
executed 2335 times by 7 tests: }return true;Executed by:
| 2335 |
| 229 | virtual void endVisit(WithStatement *) {} | - |
| 230 | - | |
| 231 | virtual bool visit(SwitchStatement *) { return executed 2818 times by 7 tests: true;return true;Executed by:
executed 2818 times by 7 tests: }return true;Executed by:
| 2818 |
| 232 | virtual void endVisit(SwitchStatement *) {} | - |
| 233 | - | |
| 234 | virtual bool visit(CaseBlock *) { return executed 1931 times by 7 tests: true;return true;Executed by:
executed 1931 times by 7 tests: }return true;Executed by:
| 1931 |
| 235 | virtual void endVisit(CaseBlock *) {} | - |
| 236 | - | |
| 237 | virtual bool visit(CaseClauses *) { return executed 2657 times by 7 tests: true;return true;Executed by:
executed 2657 times by 7 tests: }return true;Executed by:
| 2657 |
| 238 | virtual void endVisit(CaseClauses *) {} | - |
| 239 | - | |
| 240 | virtual bool visit(CaseClause *) { return executed 244551 times by 7 tests: true;return true;Executed by:
executed 244551 times by 7 tests: }return true;Executed by:
| 244551 |
| 241 | virtual void endVisit(CaseClause *) {} | - |
| 242 | - | |
| 243 | virtual bool visit(DefaultClause *) { return executed 1736 times by 7 tests: true;return true;Executed by:
executed 1736 times by 7 tests: }return true;Executed by:
| 1736 |
| 244 | virtual void endVisit(DefaultClause *) {} | - |
| 245 | - | |
| 246 | virtual bool visit(LabelledStatement *) { return executed 2795 times by 6 tests: true;return true;Executed by:
executed 2795 times by 6 tests: }return true;Executed by:
| 2795 |
| 247 | virtual void endVisit(LabelledStatement *) {} | - |
| 248 | - | |
| 249 | virtual bool visit(ThrowStatement *) { return executed 399989 times by 14 tests: true;return true;Executed by:
executed 399989 times by 14 tests: }return true;Executed by:
| 399989 |
| 250 | virtual void endVisit(ThrowStatement *) {} | - |
| 251 | - | |
| 252 | virtual bool visit(TryStatement *) { return executed 437471 times by 22 tests: true;return true;Executed by:
executed 437471 times by 22 tests: }return true;Executed by:
| 437471 |
| 253 | virtual void endVisit(TryStatement *) {} | - |
| 254 | - | |
| 255 | virtual bool visit(Catch *) { return executed 322787 times by 22 tests: true;return true;Executed by:
executed 322787 times by 22 tests: }return true;Executed by:
| 322787 |
| 256 | virtual void endVisit(Catch *) {} | - |
| 257 | - | |
| 258 | virtual bool visit(Finally *) { return executed 3486 times by 6 tests: true;return true;Executed by:
executed 3486 times by 6 tests: }return true;Executed by:
| 3486 |
| 259 | virtual void endVisit(Finally *) {} | - |
| 260 | - | |
| 261 | virtual bool visit(FunctionDeclaration *) { return executed 311686 times by 18 tests: true;return true;Executed by:
executed 311686 times by 18 tests: }return true;Executed by:
| 311686 |
| 262 | virtual void endVisit(FunctionDeclaration *) {} | - |
| 263 | - | |
| 264 | virtual bool visit(FunctionExpression *) { return executed 1715606 times by 29 tests: true;return true;Executed by:
executed 1715606 times by 29 tests: }return true;Executed by:
| 1715606 |
| 265 | virtual void endVisit(FunctionExpression *) {} | - |
| 266 | - | |
| 267 | virtual bool visit(FormalParameterList *) { return executed 4754301 times by 22 tests: true;return true;Executed by:
executed 4754301 times by 22 tests: }return true;Executed by:
| 4754301 |
| 268 | virtual void endVisit(FormalParameterList *) {} | - |
| 269 | - | |
| 270 | virtual bool visit(ClassExpression *) { return executed 6948 times by 2 tests: true;return true;Executed by:
executed 6948 times by 2 tests: }return true;Executed by:
| 6948 |
| 271 | virtual void endVisit(ClassExpression *) {} | - |
| 272 | - | |
| 273 | virtual bool visit(ClassDeclaration *) { return executed 7623 times by 2 tests: true;return true;Executed by:
executed 7623 times by 2 tests: }return true;Executed by:
| 7623 |
| 274 | virtual void endVisit(ClassDeclaration *) {} | - |
| 275 | - | |
| 276 | virtual bool visit(ClassElementList *) { return executed 22418 times by 2 tests: true;return true;Executed by:
executed 22418 times by 2 tests: }return true;Executed by:
| 22418 |
| 277 | virtual void endVisit(ClassElementList *) {} | - |
| 278 | - | |
| 279 | virtual bool visit(Program *) { return executed 50062 times by 1 test: true;return true;Executed by:
executed 50062 times by 1 test: }return true;Executed by:
| 50062 |
| 280 | virtual void endVisit(Program *) {} | - |
| 281 | - | |
| 282 | virtual bool visit(DebuggerStatement *) { return executed 16 times by 3 tests: true;return true;Executed by:
executed 16 times by 3 tests: }return true;Executed by:
| 16 |
| 283 | virtual void endVisit(DebuggerStatement *) {} | - |
| 284 | }; | - |
| 285 | - | |
| 286 | } } | - |
| 287 | - | |
| 288 | - | |
| Switch to Source code | Preprocessed file |