Skip to content

src: elevate namespaces in node_worker.cc

Rodrigo Muino Tomonari requested to merge master-27568 into master

Created by: ghost

In node_worker.cc there are few instances where v8 name-spaced entities are used inline. Elevate them with using semantics.

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

Merge request reports

Loading