Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
[gecko.git] / js / src / tests / test262 / language / module-code / shell.js
blobd8963d9d6017861c44335955222eff487a7ffade
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 ---*/
11 var __globalObject = Function("return this;")();
12 function fnGlobalObject() {
13   return __globalObject;