3#ifndef QV4RUNTIMECODEGEN_P_H
4#define QV4RUNTIMECODEGEN_P_H
17#include <private/qv4codegen_p.h>
\macro QT_RESTRICTED_CAST_FROM_ASCII
QV4::Compiler::JSUnitGenerator * jsUnitGenerator
Codegen(QV4::Compiler::JSUnitGenerator *jsUnitGenerator, bool strict, CodegenWarningInterface *iface=defaultCodegenWarningInterface(), bool storeSourceLocations=false)
void generateFromFunctionExpression(const QString &fileName, const QString &sourceCode, QQmlJS::AST::FunctionExpression *ast, Compiler::Module *module)
void throwSyntaxError(const QQmlJS::SourceLocation &loc, const QString &detail) override
void throwReferenceError(const QQmlJS::SourceLocation &loc, const QString &detail) override
RuntimeCodegen(ExecutionEngine *engine, Compiler::JSUnitGenerator *jsUnitGenerator, bool strict)
Combined button and popup list for selecting options.
\qmltype Particle \inqmlmodule QtQuick.Particles