Function Error.enumerate
Enumerate an object for error reporting
-
Syntax
String Error.enumerate(Object o , Numver v )
This function will return information about an object based upon verbosity level. This function is a private function to the Error object -
Parameters
Object o- The obejct to enumerate
Numver v- The level of verbosity
verbosity: 0 - Only properties
verbosity: 1 - No change
verbosity: 2 - No change
verbosity: 3 - Include functions in enumeration
verbosity: 4 - Include native functions in enumeration
- Return value Information about the object being enumerated.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
This function has dependencies and will not work stand-alone. Use the download button above instead of copy/paste.
