mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 14:30:47 +00:00
1f40b84b6c
I attach optimization patch for NativeDate that makes all js... methods private, removes passing of unnecessary parameters and replaces checkInstance by realThis call with false as the third parameter. Regards, Igor Hi, Norris! Here is another small optimization for NativeDate in DayFromMonth method where it replaces arrays by few ifs. Regards, Igor