![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-compiler.h>
Public Member Functions | |
| WasmLoopInfo (Node *header, uint32_t nesting_depth, bool can_be_innermost) | |
Public Attributes | |
| Node * | header |
| uint32_t | nesting_depth |
| bool | can_be_innermost |
Definition at line 102 of file wasm-compiler.h.
|
inline |
Definition at line 109 of file wasm-compiler.h.
| bool v8::internal::compiler::WasmLoopInfo::can_be_innermost |
Definition at line 107 of file wasm-compiler.h.
| Node* v8::internal::compiler::WasmLoopInfo::header |
Definition at line 103 of file wasm-compiler.h.
| uint32_t v8::internal::compiler::WasmLoopInfo::nesting_depth |
Definition at line 104 of file wasm-compiler.h.