v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PerThreadAssertData Class Reference

#include <assert-scope.h>

Public Member Functions

 PerThreadAssertData ()
 
void set (PerThreadAssertType type, bool allow)
 
bool get (PerThreadAssertType type) const
 
void increment_level ()
 
bool decrement_level ()
 

Detailed Description

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

Constructor & Destructor Documentation

PerThreadAssertData ( )
inline

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

References v8::internal::LAST_PER_THREAD_ASSERT_TYPE.

Member Function Documentation

bool decrement_level ( )
inline

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

Referenced by PerThreadAssertScopeBase::~PerThreadAssertScopeBase().

void increment_level ( )
inline

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

Referenced by PerThreadAssertScopeBase::PerThreadAssertScopeBase().


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