Lines Matching defs:stack_it
32 TranslatedFrame::iterator stack_it = frame_it->begin();
38 Handle<JSFunction>::cast(stack_it->GetValue())
42 stack_it++; // Skip the function.
43 stack_it++; // Skip the receiver.
49 Handle<Object> parameter = GetValueForDebugger(stack_it, isolate);
51 stack_it++;
55 context_ = GetValueForDebugger(stack_it, isolate);
56 stack_it++;
64 Handle<Object> expression = GetValueForDebugger(stack_it, isolate);
66 stack_it++;
70 stack_it++; // Skip the accumulator.
72 CHECK(stack_it == frame_it->end());