(.js)
laraImport("lara.Debug");
(.lara)
import lara.Debug;
Classes:
Debug
getFunctions(obj)
Collects the properties of an object that are of type function.
Taken from here: https://stackoverflow.com/questions/5842654/how-to-get-an-objects-methods
getObjects(obj)
Collects the properties of an object that are of type object.