Lines Matching refs:globals
1030 var globals = __webpack_require__(15);
1109 this.globals = globals();
1168 this.globals[name] = value;
1172 if (typeof this.globals[name] === 'undefined') {
1175 return this.globals[name];
1357 if (name in this.env.globals && !(name in this.ctx)) {
1358 return this.env.globals[name];
1901 (function(globals) {
1981 globals.waterfall = waterfall; // <script> field
3351 function globals() {
3382 module.exports = globals;