(a56b6d437434fad372f7ac4cf46cbfc4350afc1b)
#include "qqmljsscope_p.h"
#include "qqmljstypepropagator_p.h"
#include "qqmljsutils_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 62 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 71 of file qqmljstypepropagator.cpp.
◆ INSTR_PROLOGUE_NOT_IMPLEMENTED_POPULATES_ACC
| #define INSTR_PROLOGUE_NOT_IMPLEMENTED_POPULATES_ACC |
( |
| ) |
|
◆ deepCompare()