v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
ActivationsFinder (Code *code) | |
void | VisitThread (Isolate *isolate, ThreadLocalTop *top) |
void | VisitFrames (JavaScriptFrameIterator *it) |
Data Fields | |
Code * | code_ |
bool | has_code_activations_ |
Additional Inherited Members | |
Protected Member Functions inherited from ThreadVisitor | |
virtual | ~ThreadVisitor () |
Definition at line 8525 of file runtime.cc.
|
inlineexplicit |
Definition at line 8530 of file runtime.cc.
|
inline |
Definition at line 8539 of file runtime.cc.
References ActivationsFinder::code_, Code::contains(), and ActivationsFinder::has_code_activations_.
Referenced by v8::internal::RUNTIME_FUNCTION(), and ActivationsFinder::VisitThread().
|
inlinevirtual |
Implements ThreadVisitor.
Definition at line 8534 of file runtime.cc.
References ActivationsFinder::VisitFrames().
Code* code_ |
Definition at line 8527 of file runtime.cc.
Referenced by ActivationsFinder::VisitFrames().
bool has_code_activations_ |
Definition at line 8528 of file runtime.cc.
Referenced by v8::internal::RUNTIME_FUNCTION(), and ActivationsFinder::VisitFrames().