Namespace sandboxe.debug
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
General debugging utility namespace
|
Method Attributes | Method Name and Description |
---|---|
<static> |
sandboxe.debug.assert(assertion)
Convenience function that throws an exception if the parameter passed is not true.
|
Method Detail
<static>
sandboxe.debug.assert(assertion)
Convenience function that throws an exception if the parameter passed is not true.
- Parameters:
- {Object} assertion
- The assertion to check