mirror of
https://github.com/tc39/test262.git
synced 2025-06-19 13:30:28 +02:00
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-tointeger
|
esid: sec-date.prototype.valueof
|
||||||
info: >
|
info: >
|
||||||
Result of ToInteger(value) conversion is the result of computing
|
Result of ToInteger(value) conversion is the result of computing
|
||||||
sign(ToNumber(value)) * floor(abs(ToNumber(value)))
|
sign(ToNumber(value)) * floor(abs(ToNumber(value)))
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-tointeger
|
esid: sec-date.prototype.valueof
|
||||||
info: >
|
info: >
|
||||||
Result of ToInteger(value) conversion is the result of computing
|
Result of ToInteger(value) conversion is the result of computing
|
||||||
sign(ToNumber(value)) * floor(abs(ToNumber(value)))
|
sign(ToNumber(value)) * floor(abs(ToNumber(value)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user