[scriptable, uuid(8792d77e-1dd2-11b2-ac7f-9bc9be4f2916)]
Methods
This method should only be called from JS!
In JS, the signature looks like:
rv loadSubScript (url [, obj]);
@param url the url if the sub-script, it MUST be either a file:,
resource:, or chrome: url, and MUST be local.
@param obj an optional object to evaluate the script onto, it
defaults to the global object of the caller.
@retval rv the value returned by the sub-script
