fix valueof frontmatter under Date

This commit is contained in:
Sue Lockwood 2017-08-02 08:33:18 -07:00 committed by Rick Waldron
parent b7676e8f5f
commit 22dc5f99b2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-tointeger
esid: sec-date.prototype.valueof
info: >
Result of ToInteger(value) conversion is the result of computing
sign(ToNumber(value)) * floor(abs(ToNumber(value)))

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-tointeger
esid: sec-date.prototype.valueof
info: >
Result of ToInteger(value) conversion is the result of computing
sign(ToNumber(value)) * floor(abs(ToNumber(value)))