| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Global Object (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
81a40cad-9354-4e38-8ad0-83fc4257baee |
9 |
mikejo5000 |
mikejo |
ghogen |
An intrinsic object whose purpose is to collect global functions and constants into one object.
The Global object is never used directly, and cannot be created using the new operator. It is created when the scripting engine is initialized, thus making its functions and constants available immediately.
[!INCLUDEjsv5]
Infinity Constant | NaN Constant | undefined Constant
decodeURI Function | decodeURIComponent Function | encodeURI Function | encodeURIComponent Function | escape Function | eval Function | GetObject Function | isFinite Function | isNaN Function | parseFloat Function | parseInt Function | ScriptEngine Function | ScriptEngineBuildVersion Function | ScriptEngineMajorVersion Function | ScriptEngineMinorVersion Function | unescape Function