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

Public Attributes

const AstRawStringstring
 
AstConsString::Segmentnext
 

Detailed Description

Definition at line 204 of file ast-value-factory.h.

Member Data Documentation

◆ next

AstConsString::Segment* v8::internal::AstConsString::Segment::next

Definition at line 206 of file ast-value-factory.h.

◆ string

const AstRawString* v8::internal::AstConsString::Segment::string

Definition at line 205 of file ast-value-factory.h.


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