|
V8 Project
|
#include <assert-scope.h>
Collaboration diagram for v8::internal::PerThreadAssertScope< kType, kAllow >:Public Member Functions | |
| PerThreadAssertScope () | |
| ~PerThreadAssertScope () | |
Static Public Member Functions | |
| static bool | IsAllowed () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (PerThreadAssertScope) | |
Private Attributes | |
| PerThreadAssertData * | data_ |
| bool | old_state_ |
Definition at line 39 of file assert-scope.h.
| v8::internal::PerThreadAssertScope< kType, kAllow >::PerThreadAssertScope |
Definition at line 71 of file assert-scope.cc.
References v8::internal::PerThreadAssertScope< kType, kAllow >::data_, NULL, and v8::internal::PerThreadAssertScope< kType, kAllow >::old_state_.
| v8::internal::PerThreadAssertScope< kType, kAllow >::~PerThreadAssertScope |
|
private |
|
static |
|
private |
Definition at line 47 of file assert-scope.h.
Referenced by v8::internal::PerThreadAssertScope< kType, kAllow >::PerThreadAssertScope().
|
private |
Definition at line 48 of file assert-scope.h.
Referenced by v8::internal::PerThreadAssertScope< kType, kAllow >::PerThreadAssertScope().