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

#include <wasm-import-wrapper-cache.h>

Collaboration diagram for v8::internal::wasm::WasmImportWrapperCache::CacheKey:

Public Member Functions

 CacheKey (ImportCallKind kind, CanonicalTypeIndex type_index, int expected_arity, Suspend suspend)
 
bool operator== (const CacheKey &rhs) const =default
 

Public Attributes

ImportCallKind kind
 
CanonicalTypeIndex type_index
 
int expected_arity
 
Suspend suspend
 

Detailed Description

Definition at line 26 of file wasm-import-wrapper-cache.h.

Constructor & Destructor Documentation

◆ CacheKey()

v8::internal::wasm::WasmImportWrapperCache::CacheKey::CacheKey ( ImportCallKind kind,
CanonicalTypeIndex type_index,
int expected_arity,
Suspend suspend )
inline

Definition at line 27 of file wasm-import-wrapper-cache.h.

Member Function Documentation

◆ operator==()

bool v8::internal::wasm::WasmImportWrapperCache::CacheKey::operator== ( const CacheKey & rhs) const
default

Member Data Documentation

◆ expected_arity

int v8::internal::wasm::WasmImportWrapperCache::CacheKey::expected_arity

Definition at line 38 of file wasm-import-wrapper-cache.h.

◆ kind

ImportCallKind v8::internal::wasm::WasmImportWrapperCache::CacheKey::kind

Definition at line 36 of file wasm-import-wrapper-cache.h.

◆ suspend

Suspend v8::internal::wasm::WasmImportWrapperCache::CacheKey::suspend

Definition at line 39 of file wasm-import-wrapper-cache.h.

◆ type_index

CanonicalTypeIndex v8::internal::wasm::WasmImportWrapperCache::CacheKey::type_index

Definition at line 37 of file wasm-import-wrapper-cache.h.


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