Sha256: dd60b521a7395501e6882d9dd07259dac4a4d4eae180f47978a605fc1ed35c36
Contents?: true
Size: 328 Bytes
Versions: 9
Compression:
Stored size: 328 Bytes
Contents
/** * @fileoverview This file defines the implementation of our XPCBuiltins namespace. */ /** * @namespace XPCBuiltins namespace used for holding constructors for standard XPCOM objects. */ var XPCBuiltins = { nsILocalFile: Components.Constructor("@mozilla.org/file/local;1", $Ci.nsILocalFile, "initWithPath") };
Version data entries
9 entries across 9 versions & 1 rubygems