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

#include <assert-scope.h>

Collaboration diagram for v8::internal::DisallowHeapAccessIf:

Public Member Functions

 DisallowHeapAccessIf (bool condition)
 

Private Attributes

std::optional< DisallowHeapAccessmaybe_disallow_
 

Detailed Description

Definition at line 284 of file assert-scope.h.

Constructor & Destructor Documentation

◆ DisallowHeapAccessIf()

v8::internal::DisallowHeapAccessIf::DisallowHeapAccessIf ( bool condition)
inlineexplicit

Definition at line 286 of file assert-scope.h.

Member Data Documentation

◆ maybe_disallow_

std::optional<DisallowHeapAccess> v8::internal::DisallowHeapAccessIf::maybe_disallow_
private

Definition at line 291 of file assert-scope.h.


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