I’ve just accidentally discovered this in the console:
Template.registerHelper
function (name, func) {
Blaze._globalHelpers[name] = func;
}
So, Blaze._globalHelpers is what we are looking for!