![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qv4compilerscanfunctions_p.h"#include <QtCore/QCoreApplication>#include <QtCore/QStringList>#include <QtCore/QSet>#include <QtCore/QBuffer>#include <QtCore/QBitArray>#include <QtCore/QStack>#include <private/qqmljsast_p.h>#include <private/qv4compilercontext_p.h>#include <private/qv4codegen_p.h>Go to the source code of this file.
Classes | |
| struct | ContextCounter |
Enumerations | |
| enum class | Iteration { Continue , Break , Continue , Break } |
| enum class | Iteration { Continue , Break , Continue , Break } |
Functions | |
| static CompiledData::Location | location (const QQmlJS::SourceLocation &astLocation) |
| template<typename Action> | |
| void | forEachContext (Module *m, Action &&action) |
|
strong |
| Enumerator | |
|---|---|
| Continue | |
| Break | |
| Continue | |
| Break | |
Definition at line 723 of file qv4compilerscanfunctions.cpp.
|
strong |
| Enumerator | |
|---|---|
| Continue | |
| Break | |
| Continue | |
| Break | |
Definition at line 723 of file qv4compilerscanfunctions.cpp.
Definition at line 747 of file qv4compilerscanfunctions.cpp.
References Break.
|
static |
Definition at line 23 of file qv4compilerscanfunctions.cpp.