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

#include <wasm-code-manager.h>

Collaboration diagram for v8::internal::wasm::UnpublishedWasmCode:

Public Attributes

std::unique_ptr< WasmCodecode
 
std::unique_ptr< AssumptionsJournalassumptions
 

Static Public Attributes

static constexpr AssumptionsJournalkNoAssumptions = nullptr
 

Detailed Description

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

Member Data Documentation

◆ assumptions

std::unique_ptr<AssumptionsJournal> v8::internal::wasm::UnpublishedWasmCode::assumptions

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

◆ code

std::unique_ptr<WasmCode> v8::internal::wasm::UnpublishedWasmCode::code

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

◆ kNoAssumptions

AssumptionsJournal* v8::internal::wasm::UnpublishedWasmCode::kNoAssumptions = nullptr
staticconstexpr

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


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