Lines Matching refs:frame_inspector

510   FrameInspector frame_inspector(it.frame(), inlined_jsframe_index, isolate);  in RUNTIME_FUNCTION()  local
523 int position = frame_inspector.GetSourcePosition(); in RUNTIME_FUNCTION()
526 bool constructor = frame_inspector.IsConstructor(); in RUNTIME_FUNCTION()
529 Handle<JSFunction> function(JSFunction::cast(frame_inspector.GetFunction())); in RUNTIME_FUNCTION()
553 locals->set(local * 2 + 1, frame_inspector.GetExpression(i)); in RUNTIME_FUNCTION()
559 Context::cast(frame_inspector.GetContext())->declaration_context()); in RUNTIME_FUNCTION()
619 frame_inspector.SetArgumentsFrame(it.frame()); in RUNTIME_FUNCTION()
625 if (argument_count < frame_inspector.GetParametersCount()) { in RUNTIME_FUNCTION()
626 argument_count = frame_inspector.GetParametersCount(); in RUNTIME_FUNCTION()
638 details->set(kFrameDetailsFunctionIndex, frame_inspector.GetFunction()); in RUNTIME_FUNCTION()
686 if (i < frame_inspector.GetParametersCount()) { in RUNTIME_FUNCTION()
688 details->set(details_index++, frame_inspector.GetParameter(i)); in RUNTIME_FUNCTION()
745 FrameInspector frame_inspector(frame, 0, isolate); in RUNTIME_FUNCTION() local
749 for (ScopeIterator it(isolate, &frame_inspector); !it.Done(); it.Next()) { in RUNTIME_FUNCTION()
807 FrameInspector frame_inspector(frame, inlined_jsframe_index, isolate); in RUNTIME_FUNCTION() local
811 ScopeIterator it(isolate, &frame_inspector); in RUNTIME_FUNCTION()
853 FrameInspector frame_inspector(frame, inlined_jsframe_index, isolate); in RUNTIME_FUNCTION() local
856 ScopeIterator it(isolate, &frame_inspector, option); in RUNTIME_FUNCTION()
960 FrameInspector frame_inspector(frame, inlined_jsframe_index, isolate); in RUNTIME_FUNCTION() local
962 ScopeIterator it(isolate, &frame_inspector); in RUNTIME_FUNCTION()
982 FrameInspector frame_inspector(frame, 0, isolate); in RUNTIME_FUNCTION() local
984 for (ScopeIterator it(isolate, &frame_inspector); !it.Done(); it.Next()) { in RUNTIME_FUNCTION()