v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-tier.h File Reference
#include <cstdint>
Include dependency graph for wasm-tier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Enumerations

enum class  v8::internal::wasm::ExecutionTier : int8_t { v8::internal::wasm::kNone , v8::internal::wasm::kLiftoff , v8::internal::wasm::kTurbofan }
 
enum  v8::internal::wasm::ForDebugging : int8_t { v8::internal::wasm::kNotForDebugging = 0 , v8::internal::wasm::kForDebugging , v8::internal::wasm::kWithBreakpoints , v8::internal::wasm::kForStepping }
 
enum  v8::internal::wasm::DebugState : bool { v8::internal::wasm::kNotDebugging = false , v8::internal::wasm::kDebugging = true }
 

Functions

const char * v8::internal::wasm::ExecutionTierToString (ExecutionTier tier)