[Webkit-unassigned] [Bug 19119] Some objects in the global scope are not completed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 09:49:58 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=19119


Joseph Pecoraro <joepeck02 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck02 at gmail.com




--- Comment #1 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-27 09:49:57 PDT ---
This looks like a good place to start:
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects

The list of globals that don't appear in the console's autocompletion:
var globals = ["Array", "Boolean", "Date", "Error", "Function", "Math",
"Number", "Object", "RegExp", "String"]

Note that the following "Error" globals did appear:
EvalError, RangeError, ReferenceError, SyntaxError, TypeError, URIError

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list