(ecf78f31908edfd343e9447cfe4ac0b53cbabd18)
#include "qqmljsscope_p.h"
#include "qqmljstypepropagator_p.h"
#include "qqmljsutils_p.h"
#include "qqmlsa_p.h"
#include <private/qv4compilerscanfunctions_p.h>
#include <QtQmlCompiler/private/qqmlsasourcelocation_p.h>
Go to the source code of this file.
◆ INSTR_PROLOGUE_NOT_IMPLEMENTED
#define INSTR_PROLOGUE_NOT_IMPLEMENTED |
( |
| ) |
|
Value: addError(u
"Instruction \"%1\" not implemented"_s.arg(
QString::fromUtf8(__func__))); \
return;
static QString fromUtf8(QByteArrayView utf8)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition at line 75 of file qqmljstypepropagator.cpp.
◆ INSTR_PROLOGUE_NOT_IMPLEMENTED_IGNORE
#define INSTR_PROLOGUE_NOT_IMPLEMENTED_IGNORE |
( |
| ) |
|
Value: m_logger->log(u
"Instruction \"%1\" not implemented"_s.arg(
QString::fromUtf8(__func__)), \
return;
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlCompiler
Definition at line 84 of file qqmljstypepropagator.cpp.
◆ INSTR_PROLOGUE_NOT_IMPLEMENTED_POPULATES_ACC
#define INSTR_PROLOGUE_NOT_IMPLEMENTED_POPULATES_ACC |
( |
| ) |
|
◆ deepCompare()
◆ isLoggingMethod()
bool isLoggingMethod |
( |
const QString & | consoleMethod | ) |
|
|
static |
◆ isStringOrNumberOrBoolean()
◆ isVoidOrUndefined()
◆ mightContainStringOrNumberOrBoolean()
◆ requiresStrictEquality()
◆ shouldMentionRequiredProperties()