V8 Project
|
Public Member Functions | |
ActivationsFinder (Code *code) | |
void | VisitThread (Isolate *isolate, ThreadLocalTop *top) |
void | VisitFrames (JavaScriptFrameIterator *it) |
Public Attributes | |
Code * | code_ |
bool | has_code_activations_ |
Additional Inherited Members | |
![]() | |
virtual | ~ThreadVisitor () |
Definition at line 97 of file runtime-compiler.cc.
|
inlineexplicit |
Definition at line 102 of file runtime-compiler.cc.
|
inline |
Definition at line 110 of file runtime-compiler.cc.
References code_, v8::internal::Code::contains(), and has_code_activations_.
Referenced by v8::internal::RUNTIME_FUNCTION(), and VisitThread().
|
inlinevirtual |
Implements v8::internal::ThreadVisitor.
Definition at line 105 of file runtime-compiler.cc.
References VisitFrames().
Code* v8::internal::ActivationsFinder::code_ |
Definition at line 99 of file runtime-compiler.cc.
Referenced by VisitFrames().
bool v8::internal::ActivationsFinder::has_code_activations_ |
Definition at line 100 of file runtime-compiler.cc.
Referenced by v8::internal::RUNTIME_FUNCTION(), and VisitFrames().