Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::Compiler Namespace Reference

Classes

struct  Class
class  Codegen
class  CodegenWarningInterface
struct  Context
struct  ControlFlow
struct  ControlFlowBlock
struct  ControlFlowCatch
struct  ControlFlowFinally
struct  ControlFlowLoop
struct  ControlFlowUnwind
struct  ControlFlowUnwindCleanup
struct  ControlFlowWith
struct  ExportEntry
struct  ImportEntry
struct  JSUnitGenerator
struct  Module
class  ScanFunctions
struct  StringTableGenerator
struct  TemplateObject

Enumerations

enum class  ContextType {
  Global , Function , Eval , Binding ,
  Block , ESModule , ScriptImportedByQML
}

Functions

CodegenWarningInterfacedefaultCodegenWarningInterface ()

Enumeration Type Documentation

◆ ContextType

enum class QV4::Compiler::ContextType
strong
Enumerator
Global 
Function 
Eval 
Binding 
Block 
ESModule 
ScriptImportedByQML 

Definition at line 42 of file qv4compilercontext_p.h.

Function Documentation

◆ defaultCodegenWarningInterface()

CodegenWarningInterface * QV4::Compiler::defaultCodegenWarningInterface ( )
inline

Definition at line 64 of file qv4codegen_p.h.