v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::DebugStatement Struct Reference

#include <ast.h>

Inheritance diagram for v8::internal::torque::DebugStatement:
Collaboration diagram for v8::internal::torque::DebugStatement:

Public Types

enum class  Kind { kUnreachable , kDebug }
 
- Public Types inherited from v8::internal::torque::AstNode
enum class  Kind { ENUM_ITEM }
 

Public Member Functions

 DebugStatement (SourcePosition pos, Kind kind)
 
- Public Member Functions inherited from v8::internal::torque::Statement
 Statement (Kind kind, SourcePosition pos)
 
- Public Member Functions inherited from v8::internal::torque::AstNode
 AstNode (Kind kind, SourcePosition pos)
 
virtual ~AstNode ()=default
 

Public Attributes

Kind kind
 
- Public Attributes inherited from v8::internal::torque::AstNode
const Kind kind
 
SourcePosition pos
 

Detailed Description

Definition at line 732 of file ast.h.

Member Enumeration Documentation

◆ Kind

Enumerator
kUnreachable 
kDebug 

Definition at line 734 of file ast.h.

Constructor & Destructor Documentation

◆ DebugStatement()

v8::internal::torque::DebugStatement::DebugStatement ( SourcePosition pos,
Kind kind )
inline

Definition at line 735 of file ast.h.

Member Data Documentation

◆ kind

Kind v8::internal::torque::DebugStatement::kind

Definition at line 737 of file ast.h.


The documentation for this struct was generated from the following file: