Class Index | File Index

Classes


Namespace sandboxe.debug


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
General debugging utility namespace
Method Summary
Method Attributes Method Name and Description
<static>  
sandboxe.debug.assert(assertion)
Convenience function that throws an exception if the parameter passed is not true.
Namespace Detail
sandboxe.debug
General debugging utility namespace
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

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)