mirror of https://github.com/tc39/test262.git
fix valueof frontmatter under Date
This commit is contained in:
parent
b7676e8f5f
commit
22dc5f99b2
|
@ -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)))
|
||||
|
|
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue