Search code examples
javascriptthunderbirdjsm

Location of Mozilla Core Javascript Modules


Where are the JavaScript core modules listed on this Mozilla page?

I looked through the docs forever and ran all types of searches for *.jsm and a few specific jsm files, but I couldn't find any.

Are these separate files located somewhere or are they built into the executable somehow?


Solution

  • I went perusing through the source and found the .jsm files. They're in the toolkit and I'm guessing they get compiled into some binary during the make.

    https://dxr.mozilla.org/mozilla-beta/source/toolkit/modules