Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
es-abstract
/
2020
/
GetGlobalObject.js
blob: 0541ede0c48889fefe9a137e0e37a2e13573c091 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
var
getGlobal
=
require
(
'globalthis/polyfill'
);
// https://262.ecma-international.org/6.0/#sec-getglobalobject
module
.
exports
=
function
GetGlobalObject
()
{
return
getGlobal
();
};