have figured out my self
the slice object have the total exportable bounds
var doc = context.document;
var selection = doc.selectedLayers();
var layer = selection.layers()[0];
var slice = MSExportRequest.exportRequestsFromExportableLayer(layer);
console.log(slice[0].rect());