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  StringTableGenerator
struct  JSUnitGenerator
class  CodegenWarningInterface
class  Codegen
struct  Class
struct  TemplateObject
struct  ExportEntry
struct  ImportEntry
struct  Module
struct  Context
class  ScanFunctions
struct  ControlFlow
struct  ControlFlowUnwind
struct  ControlFlowUnwindCleanup
struct  ControlFlowLoop
struct  ControlFlowWith
struct  ControlFlowBlock
struct  ControlFlowCatch
struct  ControlFlowFinally

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 44 of file qv4compilercontext_p.h.

Function Documentation

◆ defaultCodegenWarningInterface()

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

Definition at line 66 of file qv4codegen_p.h.