| Line | Source | Count | 
|---|
| 1 |  | - | 
| 2 |  | - | 
| 3 |  | - | 
| 4 | namespace QV4 { | - | 
| 5 |  | - | 
| 6 | class RuntimeCodegen : public Compiler::Codegen | - | 
| 7 | { | - | 
| 8 | public: | - | 
| 9 | RuntimeCodegen(ExecutionEngine *engine, Compiler::JSUnitGenerator *jsUnitGenerator, bool strict) | - | 
| 10 | : Codegen(jsUnitGenerator, strict) | - | 
| 11 | , engine(engine) | - | 
| 12 | {} executed 2290067 times by 31 tests:  end of blockExecuted by:tst_ecmascriptteststst_examplestst_qjsenginetst_qjsonbindingtst_qjsvaluetst_qjsvalueiteratortst_qmlcachegentst_qqmldebugjstst_qqmlecmascripttst_qqmlenginedebugservicetst_qqmlexpressiontst_qqmllistmodeltst_qqmllistmodelworkerscripttst_qqmlmetatypetst_qqmlpropertytst_qqmlqttst_qqmlxmlhttprequesttst_qquickdesignersupporttst_qquickdragtst_qquickdropareatst_qquickgridviewtst_qquicklistviewtst_qquickpathviewtst_qquickpositionerstst_qquickrepeater...
 | 2290067 | 
| 13 |  | - | 
| 14 | void generateFromFunctionExpression(const QString &fileName, | - | 
| 15 | const QString &sourceCode, | - | 
| 16 | AST::FunctionExpression *ast, | - | 
| 17 | Compiler::Module *module); | - | 
| 18 |  | - | 
| 19 | void throwSyntaxError(const AST::SourceLocation &loc, const QString &detail) override; | - | 
| 20 | void throwReferenceError(const AST::SourceLocation &loc, const QString &detail) override; | - | 
| 21 | private: | - | 
| 22 | ExecutionEngine *engine; | - | 
| 23 | }; | - | 
| 24 |  | - | 
| 25 | } | - | 
| 26 |  | - | 
| 27 |  | - | 
|  |  |  |