Searched defs:dnow (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Ddouble-equals.js189 var dnow = new Date();
190 testEqual(dnow, dnow);
191 testEqual(dnow, String(dnow));
192 testNotEqual(dnow, Number(dnow));
196 dnow.toString = null;
197 testEqual(dnow, Number(dnow));
[all...]

Completed in 74 milliseconds