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

Public Attributes

ThreadIsolatedAllocatorallocator = nullptr
 
base::Mutexjit_pages_mutex_
 
JitPageMapjit_pages_
 

Detailed Description

Definition at line 338 of file code-memory-access.h.

Member Data Documentation

◆ allocator

ThreadIsolatedAllocator* v8::internal::ThreadIsolation::TrustedData::allocator = nullptr

Definition at line 339 of file code-memory-access.h.

◆ jit_pages_

JitPageMap* v8::internal::ThreadIsolation::TrustedData::jit_pages_

Definition at line 346 of file code-memory-access.h.

◆ jit_pages_mutex_

base::Mutex* v8::internal::ThreadIsolation::TrustedData::jit_pages_mutex_

Definition at line 345 of file code-memory-access.h.


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