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