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

#include <assert-scope.h>

Collaboration diagram for v8::internal::PerThreadAssertScopeEmpty< kAllow, kTypes >:

Public Member Functions

 PerThreadAssertScopeEmpty ()
 
void Release ()
 

Detailed Description

template<bool kAllow, PerThreadAssertType... kTypes>
class v8::internal::PerThreadAssertScopeEmpty< kAllow, kTypes >

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

Constructor & Destructor Documentation

◆ PerThreadAssertScopeEmpty()

template<bool kAllow, PerThreadAssertType... kTypes>
v8::internal::PerThreadAssertScopeEmpty< kAllow, kTypes >::PerThreadAssertScopeEmpty ( )
inline

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

Member Function Documentation

◆ Release()

template<bool kAllow, PerThreadAssertType... kTypes>
void v8::internal::PerThreadAssertScopeEmpty< kAllow, kTypes >::Release ( )
inline

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

Here is the caller graph for this function:

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