Lines Matching full:stackframe
235 // Create a JSObject to hold the information for the StackFrame.
236 Handle<JSObject> stackFrame = factory()->NewJSObject(object_function());
257 SetLocalPropertyNoThrow(stackFrame, column_key,
260 SetLocalPropertyNoThrow(stackFrame, line_key,
266 SetLocalPropertyNoThrow(stackFrame, script_key, script_name);
282 SetLocalPropertyNoThrow(stackFrame, script_name_or_source_url_key,
291 SetLocalPropertyNoThrow(stackFrame, function_key, fun_name);
298 SetLocalPropertyNoThrow(stackFrame, eval_key, is_eval);
304 SetLocalPropertyNoThrow(stackFrame, constructor_key, is_constructor);
307 FixedArray::cast(stack_trace->elements())->set(frames_seen, *stackFrame);
354 StackFrame::PrintMode mode) {
379 PrintFrames(accumulator, StackFrame::OVERVIEW);
383 PrintFrames(accumulator, StackFrame::DETAILS);