jsiInit calls jsiSemiInit which in turn does load from flash...
I think jsfIsStorageValid is the first use - it tries to read from storage and if it seems corrupt in some way it tries to pop up a recovery menu
jsfIsStorageValid
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
jsiInit calls jsiSemiInit which in turn does load from flash...
I think
jsfIsStorageValid
is the first use - it tries to read from storage and if it seems corrupt in some way it tries to pop up a recovery menu