The main target is support for IE5.0 Windows (JScript 5.0). Even there, we do not attempt to compensate for all its missing features (such as lacking non-greedy regexps, etc.).
For a good summary of what was fixed by Microsoft in JScript 5.5, see: http://groups.google.com/groups?selm=unx4moEP%24GA.232%40cppssbbsa02.microsoft.com&rnum=1
We provide implementations of these functions:
The functions above marked with "*" are replaced in some cases regardless of whether they are already defined. The unmarked ones are defined only if they are not already defined.
This file only affects the builtin ECMAScript objects, except that it does keep track of the names it has defined in the global Array bu_fixed.
Licensed under the Academic Free License 1.2 http://www.opensource.org/licenses/academic.php
Variables | |
Array | bu_fixed = [] |
Array of names of symbols we've defined. |