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

Public Attributes

Nodestart
 
int id
 
bool has_loop_phi
 
OneOrTwoByteAnalysis::State one_or_two_bytes
 

Detailed Description

Definition at line 315 of file string-builder-optimizer.h.

Member Data Documentation

◆ has_loop_phi

bool v8::internal::compiler::StringBuilderOptimizer::StringBuilder::has_loop_phi

Definition at line 318 of file string-builder-optimizer.h.

◆ id

int v8::internal::compiler::StringBuilderOptimizer::StringBuilder::id

Definition at line 317 of file string-builder-optimizer.h.

◆ one_or_two_bytes

OneOrTwoByteAnalysis::State v8::internal::compiler::StringBuilderOptimizer::StringBuilder::one_or_two_bytes

Definition at line 319 of file string-builder-optimizer.h.

◆ start

Node* v8::internal::compiler::StringBuilderOptimizer::StringBuilder::start

Definition at line 316 of file string-builder-optimizer.h.


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