Home
last modified time | relevance | path

Searched refs:worker_context_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Denv-inl.h61 CHECK_NULL(worker_context_); // Should be set only once. in set_worker_context()
62 worker_context_ = context; in set_worker_context()
66 return worker_context_; in worker_context()
Denv.h580 worker::Worker* worker_context_ = nullptr; variable