Sign in
chromium
/
devtools
/
devtools-frontend
/
c2fc73e0836ad8bb5565f8c44d78d04b03ad1f5c
/
.
/
node_modules
/
es-abstract
/
2016
/
GetGlobalObject.js
blob: 0541ede0c48889fefe9a137e0e37a2e13573c091 [
file
] [
log
] [
blame
]
'use strict'
;
var
getGlobal
=
require
(
'globalthis/polyfill'
);
// https://262.ecma-international.org/6.0/#sec-getglobalobject
module
.
exports
=
function
GetGlobalObject
()
{
return
getGlobal
();
};