Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmljstypepropagator.cpp File Reference
#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>
+ Include dependency graph for qqmljstypepropagator.cpp:

Go to the source code of this file.

Macros

#define INSTR_PROLOGUE_NOT_IMPLEMENTED()
 
#define INSTR_PROLOGUE_NOT_IMPLEMENTED_IGNORE()
 

Functions

static bool isLoggingMethod (const QString &consoleMethod)
 

Macro Definition Documentation

◆ INSTR_PROLOGUE_NOT_IMPLEMENTED

#define INSTR_PROLOGUE_NOT_IMPLEMENTED ( )
Value:
setError(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 qstring.cpp:5857
static void setError(QJsonObject *response, const QString &msg)

Definition at line 64 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 QQmlJS::LoggerWarningId qmlCompiler

Definition at line 68 of file qqmljstypepropagator.cpp.

Function Documentation

◆ isLoggingMethod()

static bool isLoggingMethod ( const QString consoleMethod)
static

Definition at line 1017 of file qqmljstypepropagator.cpp.

Referenced by QQmlJSTypePropagator::generate_CallProperty().

+ Here is the caller graph for this function: