shell.js (383B)
1 // GENERATED, DO NOT EDIT 2 // file: fnGlobalObject.js 3 // Copyright (C) 2017 Ecma International. All rights reserved. 4 // This code is governed by the BSD license found in the LICENSE file. 5 /*--- 6 description: | 7 Produce a reliable global object 8 defines: [fnGlobalObject] 9 ---*/ 10 11 var __globalObject = Function("return this;")(); 12 function fnGlobalObject() { 13 return __globalObject; 14 }