v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::NativeModule::JumpTablesRef Struct Reference

#include <wasm-code-manager.h>

Collaboration diagram for v8::internal::wasm::NativeModule::JumpTablesRef:

Public Member Functions

bool is_valid () const
 

Public Attributes

Address jump_table_start = kNullAddress
 
Address far_jump_table_start = kNullAddress
 

Detailed Description

Definition at line 626 of file wasm-code-manager.h.

Member Function Documentation

◆ is_valid()

bool v8::internal::wasm::NativeModule::JumpTablesRef::is_valid ( ) const
inline

Definition at line 630 of file wasm-code-manager.h.

Here is the caller graph for this function:

Member Data Documentation

◆ far_jump_table_start

Address v8::internal::wasm::NativeModule::JumpTablesRef::far_jump_table_start = kNullAddress

Definition at line 628 of file wasm-code-manager.h.

◆ jump_table_start

Address v8::internal::wasm::NativeModule::JumpTablesRef::jump_table_start = kNullAddress

Definition at line 627 of file wasm-code-manager.h.


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