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

/external/chromium_org/v8/test/intl/overrides/
H A Dsecurity.js28 // Test that we always use original Intl.Constructors for toLocaleString calls.
34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
36 Intl.Collator.prototype.compare = throwError;
37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
41 assertThrows('new Intl.Collator()');
42 assertThrows('new Intl.NumberFormat()');
43 assertThrows('new Intl
[all...]

Completed in 151 milliseconds