D
Dr J R Stockton
Take a general user-defined function F.
In IE4 & 6 (& IIRC 7), F.toString() gives the function as written, with
the original comment and whitespace.
In FireFox 2 and Opera 9, F.toString() apparently regenerates the
function from a quasi-tokenised form, both losing comment and inserting
new whitespace; the whitespacing is similar but not the same.
Are there any other systems in which the behaviour of F.toString() is
significantly different from both the IE type and the FF/O type? If so,
which, and what do they do?
In IE4 & 6 (& IIRC 7), F.toString() gives the function as written, with
the original comment and whitespace.
In FireFox 2 and Opera 9, F.toString() apparently regenerates the
function from a quasi-tokenised form, both losing comment and inserting
new whitespace; the whitespacing is similar but not the same.
Are there any other systems in which the behaviour of F.toString() is
significantly different from both the IE type and the FF/O type? If so,
which, and what do they do?