V8 Project
|
Public Member Functions | |
ThreadLocal () | |
void | Clear () |
bool | Initialize (Isolate *isolate) |
Public Attributes | |
uintptr_t | real_jslimit_ |
uintptr_t | jslimit_ |
uintptr_t | real_climit_ |
uintptr_t | climit_ |
PostponeInterruptsScope * | postpone_interrupts_ |
int | interrupt_flags_ |
Definition at line 236 of file execution.h.
void v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::Clear | ( | ) |
bool v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::Initialize | ( | Isolate * | isolate | ) |
|
inline |
Definition at line 238 of file execution.h.
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::climit_ |
Definition at line 258 of file execution.h.
int v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::interrupt_flags_ |
Definition at line 261 of file execution.h.
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::jslimit_ |
Definition at line 256 of file execution.h.
PostponeInterruptsScope* v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::postpone_interrupts_ |
Definition at line 260 of file execution.h.
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::real_climit_ |
Definition at line 257 of file execution.h.
uintptr_t v8::internal::FINAL< kOperandKind, kNumCachedOperands >::FINAL::real_jslimit_ |
Definition at line 255 of file execution.h.