OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_date
(Results
1 - 1
of
1
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
deterministic.js
27
var
orig_date
= Date;
variable
37
case 0: return new
orig_date
(time_seed);
38
case 1: return new
orig_date
(arguments[0]);
39
default: return new
orig_date
(arguments[0], arguments[1],
49
Date.__proto__ =
orig_date
;
50
Date.prototype =
orig_date
.prototype;
52
orig_date
.now = function() {
55
orig_date
.prototype.getTimezoneOffset = function() {
54
orig_date
.prototype.getTimezoneOffset = function() {
class
Completed in 66 milliseconds