Closed
Description
Related ECMA262 section: http://www.ecma-international.org/ecma-262/5.1/#sec-15.1
Value properties of the Global object:
- NaN
- Infinity
- undefined
Function properties of the Global object:
- eval(..) Implemention of eval (by Andrey Shitov and Ruben Ayrapetyan) #174
- parseInt(..) Implement parseInt() #167
- parseFloat(..) Implement parseFloat() #190
- isNaN(..)
- isFinite(..)
- decodeURI(..) Add support for URI encoding / decoding. #177
- decodeURIComponent(..) Add support for URI encoding / decoding. #177
- encodeURI(..) Add support for URI encoding / decoding. #177
- encodeURIComponent(..) Add support for URI encoding / decoding. #177
Constuctor properties of the Global object:
- Object(..) Implement ECMA262 Object builtin functions #34
- Function(..) Complete ECMA262 Function object #93
- Array(..) Implement ECMA262 Array builtin object. #3
- String(..) Implement ECMA262 String builtin object #80
- Boolean(..)
- Number(..) Implement ECMA262 Number builtin object #83
- Date(..) Implement ECMA262 Date builtin object #94
- RegExp(..) Implement ECMA262 RegExp builtin object and RegExp engine #27
- Error(..)
- EvalError(..)
- RangeError(..)
- ReferenceError(..)
- SyntaxError(..)
- TypeError(..)
- URIError(..)
Other properties of the Global object: