Skip to content

tls: pass in Timer.now() value straight from C++

Instead of separately calling into C++ from JS to retrieve the Timer.now() value, pass it in as an argument.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tls, src

Merge request reports

Loading