#include <debug-frames.h>
Definition at line 22 of file debug-frames.h.
◆ FrameInspector() [1/2]
v8::internal::FrameInspector::FrameInspector |
( |
CommonFrame * | frame, |
|
|
int | inlined_frame_index, |
|
|
Isolate * | isolate ) |
◆ FrameInspector() [2/2]
v8::internal::FrameInspector::FrameInspector |
( |
const FrameInspector & | | ) |
|
|
delete |
◆ ~FrameInspector()
v8::internal::FrameInspector::~FrameInspector |
( |
| ) |
|
|
default |
◆ GetContext()
Handle< Object > v8::internal::FrameInspector::GetContext |
( |
| ) |
|
◆ GetExpression()
Handle< Object > v8::internal::FrameInspector::GetExpression |
( |
int | index | ) |
|
◆ GetFunction()
◆ GetFunctionName()
◆ GetParameter()
Handle< Object > v8::internal::FrameInspector::GetParameter |
( |
int | index | ) |
|
◆ GetReceiver()
Handle< Object > v8::internal::FrameInspector::GetReceiver |
( |
| ) |
|
|
inline |
◆ GetScript()
Handle< Script > v8::internal::FrameInspector::GetScript |
( |
| ) |
|
|
inline |
◆ GetSourcePosition()
int v8::internal::FrameInspector::GetSourcePosition |
( |
| ) |
|
|
inline |
◆ inlined_frame_index()
int v8::internal::FrameInspector::inlined_frame_index |
( |
| ) |
const |
|
inline |
◆ IsConstructor()
bool v8::internal::FrameInspector::IsConstructor |
( |
| ) |
|
|
inline |
◆ IsJavaScript()
bool v8::internal::FrameInspector::IsJavaScript |
( |
| ) |
|
◆ javascript_frame()
◆ operator=()
◆ ParameterIsShadowedByContextLocal()
◆ deoptimized_frame_
◆ frame_
◆ function_
◆ inlined_frame_index_
int v8::internal::FrameInspector::inlined_frame_index_ |
|
private |
◆ is_constructor_
bool v8::internal::FrameInspector::is_constructor_ = false |
|
private |
◆ is_optimized_
bool v8::internal::FrameInspector::is_optimized_ = false |
|
private |
◆ isolate_
Isolate* v8::internal::FrameInspector::isolate_ |
|
private |
◆ receiver_
◆ script_
◆ source_position_
int v8::internal::FrameInspector::source_position_ = -1 |
|
private |
The documentation for this class was generated from the following files: