(c9778d2e9c41036cbd59976c51927d746bb78bcc)
#include "qv4codegen_p.h"
#include <private/qqmljsast_p.h>
#include <private/qqmljsdiagnosticmessage_p.h>
#include <private/qqmljslexer_p.h>
#include <private/qqmljsparser_p.h>
#include <private/qv4bytecodegenerator_p.h>
#include <private/qv4compilercontext_p.h>
#include <private/qv4compilercontrolflow_p.h>
#include <private/qv4compilerscanfunctions_p.h>
#include <private/qv4object_p.h>
#include <private/qv4objectiterator_p.h>
#include <private/qv4staticvalue_p.h>
#include <private/qv4stringtoarrayindex_p.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qscopeguard.h>
#include <QtCore/qstack.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qurl.h>
#include <cmath>
Go to the source code of this file.
|
enum class | CompletionState {
Empty
, EmptyAbrupt
, NonEmpty
, Empty
,
EmptyAbrupt
, NonEmpty
} |
|
enum class | CompletionState {
Empty
, EmptyAbrupt
, NonEmpty
, Empty
,
EmptyAbrupt
, NonEmpty
} |
|
◆ CompletionState [1/2]
Enumerator |
---|
Empty | |
EmptyAbrupt | |
NonEmpty | |
Empty | |
EmptyAbrupt | |
NonEmpty | |
Definition at line 511 of file qv4codegen.cpp.
◆ CompletionState [2/2]
Enumerator |
---|
Empty | |
EmptyAbrupt | |
NonEmpty | |
Empty | |
EmptyAbrupt | |
NonEmpty | |
Definition at line 511 of file qv4codegen.cpp.
◆ baseOp()
◆ completionState()
◆ completionStatement()
◆ endsWithReturn()
static bool endsWithReturn |
( |
Module * | module, |
|
|
Node * | node ) |
|
static |
◆ Q_STATIC_LOGGING_CATEGORY() [1/2]
Q_STATIC_LOGGING_CATEGORY |
( |
lcQmlInjectedParameter | , |
|
|
"qt.qml.injectedparameter" | ) |
◆ Q_STATIC_LOGGING_CATEGORY() [2/2]
Q_STATIC_LOGGING_CATEGORY |
( |
lcQmlUsedBeforeDeclared | , |
|
|
"qt.qml.usedbeforedeclared" | ) |
◆ setJumpOutLocation()
◆ s_globalNames
static constexpr const QLatin1StringView s_globalNames |
|
staticconstexpr |