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

#include <wasm-objects.h>

Inheritance diagram for v8::internal::WasmFunctionData:
Collaboration diagram for v8::internal::WasmFunctionData:

Public Types

using BodyDescriptor
 
using SuspendField = base::BitField<wasm::Suspend, 0, 1>
 
using PromiseField = SuspendField::Next<wasm::Promise, 1>
 

Detailed Description

Definition at line 1085 of file wasm-objects.h.

Member Typedef Documentation

◆ BodyDescriptor

Initial value:
StackedBodyDescriptor<
FixedExposedTrustedObjectBodyDescriptor<
WasmFunctionData, kWasmFunctionDataIndirectPointerTag>,
WithProtectedPointer<kProtectedInternalOffset>>
WithStrongTrustedPointer< kFieldOffset, kCodeIndirectPointerTag > WithStrongCodePointer

Definition at line 1094 of file wasm-objects.h.

◆ PromiseField

◆ SuspendField


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