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

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

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

Public Member Functions

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

Detailed Description

template<bool validate>
struct v8::internal::wasm::PcForErrors< validate >

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

Constructor & Destructor Documentation

◆ PcForErrors()

template<bool validate>
v8::internal::wasm::PcForErrors< validate >::PcForErrors ( const uint8_t * )
inlineexplicit

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

Member Function Documentation

◆ pc()

template<bool validate>
const uint8_t * v8::internal::wasm::PcForErrors< validate >::pc ( ) const
inline

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


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