aswi2020vldc-gitlab/templetes/node_modules/es-abstract/2016/thisTimeValue.js @ 0b434236
1 |
'use strict'; |
---|---|
2 |
|
3 |
var $DateValueOf = require('../helpers/callBound')('Date.prototype.valueOf'); |
4 |
|
5 |
// https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-date-prototype-object
|
6 |
|
7 |
module.exports = function thisTimeValue(value) { |
8 |
return $DateValueOf(value); |
9 |
};
|
- « Předchozí
- 1
- …
- 109
- 110
- 111
- Další »