Reviewers: Vyacheslav Egorov,

Description:
Remove some extra calls in date.js.

A few hot Date.prototype functions used to be implemented as
DateGetFoo calling GetFooFrom(this), and other callers of GetFooFrom
did repeated date value extraction.  In this change GetFooFrom
functions were inlined into the functions on the prototype and the
other callers switched to using date values directly.

Please review this at http://codereview.chromium.org/2841041/show

Affected files:
  M src/date.js


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to