|
V8 Project
|
Inheritance diagram for v8::internal::InactiveThreadActivationsChecker:
Collaboration diagram for v8::internal::InactiveThreadActivationsChecker:Public Member Functions | |
| InactiveThreadActivationsChecker (Handle< JSArray > shared_info_array, Handle< JSArray > result) | |
| void | VisitThread (Isolate *isolate, ThreadLocalTop *top) |
| bool | HasBlockedFunctions () |
Private Attributes | |
| Handle< JSArray > | shared_info_array_ |
| Handle< JSArray > | result_ |
| bool | has_blocked_functions_ |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::ThreadVisitor | |
| virtual | ~ThreadVisitor () |
Definition at line 1930 of file liveedit.cc.
|
inline |
Definition at line 1932 of file liveedit.cc.
|
inline |
Definition at line 1944 of file liveedit.cc.
References has_blocked_functions_.
Referenced by v8::internal::LiveEdit::CheckAndDropActivations().
Here is the caller graph for this function:
|
inlinevirtual |
Implements v8::internal::ThreadVisitor.
Definition at line 1937 of file liveedit.cc.
References v8::internal::StackFrameIterator::Advance(), v8::internal::CheckActivation(), v8::internal::LiveEdit::FUNCTION_BLOCKED_ON_OTHER_STACK, has_blocked_functions_, result_, and shared_info_array_.
Here is the call graph for this function:
|
private |
Definition at line 1951 of file liveedit.cc.
Referenced by HasBlockedFunctions(), and VisitThread().
Definition at line 1950 of file liveedit.cc.
Referenced by VisitThread().
Definition at line 1949 of file liveedit.cc.
Referenced by VisitThread().