Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
es-abstract
/
helpers
/
timeValue.js
blob: 09f808a1cd6326c556805365b2d9ce60fc77d333 [
file
] [
log
] [
blame
]
'use strict'
;
var
$DateGetTime
=
require
(
'call-bound'
)(
'Date.prototype.getTime'
);
module
.
exports
=
function
timeValue
(
x
)
{
return
$DateGetTime
(
x
);
};