Home | History | Annotate | Download | only in src

Lines Matching refs:stack_frame

484       Handle<JSObject> stack_frame = factory()->NewJSObject(object_function());
505 stack_frame, column_key,
509 stack_frame, line_key,
515 stack_frame, script_id_key, handle(script->id(), this), NONE);
520 stack_frame, script_name_key, handle(script->name(), this), NONE);
526 stack_frame, script_name_or_source_url_key, result, NONE);
531 JSObject::AddProperty(stack_frame, function_key, fun_name, NONE);
538 JSObject::AddProperty(stack_frame, eval_key, is_eval, NONE);
545 stack_frame, constructor_key, is_constructor, NONE);
548 FixedArray::cast(stack_trace->elements())->set(frames_seen, *stack_frame);