DescriptionConversion of Date is trivial
Date values are converted using toCoreDate() in V8Bindings.h, which
specifically handles native Date objects and numbers, converting each in
a trivial way, and returning NaN for all other values.
Note: WebIDL actually only allows Date objects, so toCoreDate() supports
too much and would thus be even more trivial if it was to be adjusted to
fully match the specification.
BUG=413257
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182668
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|