![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <vector>#include "src/base/small-vector.h"#include "src/codegen/label.h"#include "src/compiler/turboshaft/snapshot-table.h"#include "src/maglev/maglev-interpreter-frame-state.h"#include "src/maglev/maglev-ir.h"#include "src/zone/zone-list.h"#include "src/zone/zone.h"Go to the source code of this file.
Classes | |
| class | v8::internal::maglev::BasicBlock | 
Namespaces | |
| namespace | v8 | 
| namespace | v8::internal | 
| namespace | v8::internal::maglev | 
Typedefs | |
| using | v8::internal::maglev::NodeIterator = ZoneVector<Node*>::iterator | 
| using | v8::internal::maglev::NodeConstIterator = ZoneVector<Node*>::const_iterator |