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

#include <v8-sandbox.h>

Collaboration diagram for v8::SandboxHardwareSupport:

Static Public Member Functions

static V8_EXPORT void InitializeBeforeThreadCreation ()
 

Detailed Description

Definition at line 104 of file v8-sandbox.h.

Member Function Documentation

◆ InitializeBeforeThreadCreation()

void v8::SandboxHardwareSupport::InitializeBeforeThreadCreation ( )
static

Initialize sandbox hardware support. This needs to be called before creating any thread that might access sandbox memory since it sets up hardware permissions to the memory that will be inherited on clone.

Definition at line 319 of file v8.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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