view get_xpcom_info.js @ 0:7180966f48bf

Origination.
author Atul Varma <varmaa@toolness.com>
date Thu, 16 Apr 2009 15:23:22 -0700
parents
children
line wrap: on
line source

var xulr = Components.classes["@mozilla.org/xre/app-info;1"]
                     .getService(Components.interfaces.nsIXULRuntime);

dump(xulr.OS + "\n");
dump(xulr.XPCOMABI + "\n");