(_target, _thisArg, _args)
| 81 | return new _internals.Date(...args); |
| 82 | }, |
| 83 | apply(_target, _thisArg, _args) { |
| 84 | return new _internals.Date(fakeTimeNow()).toString(); |
| 85 | }, |
| 86 | get(target, prop, receiver) { |
| 87 | if (prop === "now") { |
| 88 | return fakeTimeNow; |
nothing calls this directly
no test coverage detected