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

#include <function-body-decoder-impl.h>

Collaboration diagram for v8::internal::wasm::PcForErrors< true >:

Public Member Functions

 PcForErrors (const uint8_t *pc)
 
const uint8_t * pc () const
 

Public Attributes

const uint8_t * pc_for_errors = nullptr
 

Detailed Description

Definition at line 1150 of file function-body-decoder-impl.h.

Constructor & Destructor Documentation

◆ PcForErrors()

v8::internal::wasm::PcForErrors< true >::PcForErrors ( const uint8_t * pc)
inlineexplicit

Definition at line 1153 of file function-body-decoder-impl.h.

Member Function Documentation

◆ pc()

const uint8_t * v8::internal::wasm::PcForErrors< true >::pc ( ) const
inline

Definition at line 1155 of file function-body-decoder-impl.h.

Member Data Documentation

◆ pc_for_errors

const uint8_t* v8::internal::wasm::PcForErrors< true >::pc_for_errors = nullptr

Definition at line 1151 of file function-body-decoder-impl.h.


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