![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include "src/compiler/int64-lowering.h"#include "src/compiler/common-operator.h"#include "src/compiler/diamond.h"#include "src/compiler/linkage.h"#include "src/compiler/machine-operator.h"#include "src/compiler/node-matchers.h"#include "src/compiler/node-properties.h"#include "src/compiler/node.h"#include "src/compiler/turbofan-graph.h"#include "src/compiler/wasm-call-descriptors.h"#include "src/compiler/wasm-compiler.h"#include "src/wasm/wasm-engine.h"#include "src/wasm/wasm-linkage.h"#include "src/wasm/wasm-subtyping.h"#include "src/zone/zone.h"