I studied in an open-source Firefox plugin, I wanted to know what action does the following code snippet. I knew nothing of the code??
enter: function()
{
if (this.xpcomObject != undefined || this.createXPCOMObject())
this.xpcomObject.launchFunctionW("enter", "", "", "");
},