V8 Project
|
Public Member Functions | |
SingleFrameTarget (JavaScriptFrame *frame) | |
bool | MatchActivation (StackFrame *frame, LiveEdit::FunctionPatchabilityStatus status) |
const char * | GetNotFoundMessage () const |
LiveEdit::FunctionPatchabilityStatus | saved_status () |
Private Attributes | |
JavaScriptFrame * | m_frame |
LiveEdit::FunctionPatchabilityStatus | m_saved_status |
Definition at line 2006 of file liveedit.cc.
|
inlineexplicit |
Definition at line 2008 of file liveedit.cc.
|
inline |
Definition at line 2020 of file liveedit.cc.
|
inline |
|
inline |
Definition at line 2023 of file liveedit.cc.
References m_saved_status.
Referenced by v8::internal::LiveEdit::RestartFrame().
|
private |
Definition at line 2027 of file liveedit.cc.
Referenced by MatchActivation().
|
private |
Definition at line 2028 of file liveedit.cc.
Referenced by MatchActivation(), and saved_status().