HomeSort by relevance Sort by last modified time
    Searched defs:FrameInspector (Results 1 - 2 of 2) sorted by null

  /external/v8/src/debug/
debug-frames.h 16 class FrameInspector {
18 FrameInspector(JavaScriptFrame* frame, int inlined_jsframe_index,
21 ~FrameInspector();
55 DISALLOW_COPY_AND_ASSIGN(FrameInspector);
debug-frames.cc 12 FrameInspector::FrameInspector(JavaScriptFrame* frame,
35 FrameInspector::~FrameInspector() {
43 int FrameInspector::GetParametersCount() {
48 Handle<Object> FrameInspector::GetFunction() {
53 Handle<Object> FrameInspector::GetParameter(int index) {
58 Handle<Object> FrameInspector::GetExpression(int index) {
70 int FrameInspector::GetSourcePosition() {
85 bool FrameInspector::IsConstructor()
    [all...]

Completed in 312 milliseconds