Skip to content

inspector: fixed V8InspectorClient::currentTimeMS method

On inspector side inside V8 we assume that this method should return number of ms since epoch. It is important for different inspector parts, e.g. timestamp of reported console messages.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading