JS: disable debugging info for heap objects
Some debugging info were left enabled by mistake in the JS backend. This commit fixes it.
With this change the generated code for an HelloWorld program goes from 1.7MB to 1.5MB (total size goes from 2.2MB to 2MB).