6#include <private/qv4compilerscanfunctions_p.h>
39 Codegen::throwSyntaxError(loc,
detail);
48 Codegen::throwReferenceError(loc,
detail);
FormalParameterList * formals
QString toString() const
Returns a deep copy of this string view's data as a QString.
\macro QT_RESTRICTED_CAST_FROM_ASCII
virtual int defineFunction(const QString &name, QQmlJS::AST::Node *ast, QQmlJS::AST::FormalParameterList *formals, QQmlJS::AST::StatementList *body)
void enterEnvironment(QQmlJS::AST::Node *node, ContextType compilationMode, const QString &name)
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
\qmltype Particle \inqmlmodule QtQuick.Particles
QList< Context * > functions
ReturnedValue throwReferenceError(const Value &value)
ReturnedValue throwSyntaxError(const QString &message)