Home
last modified time | relevance | path

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

/third_party/node/src/
Denv-inl.h73 CHECK_NULL(worker_context_); // Should be set only once. in set_worker_context()
74 worker_context_ = context; in set_worker_context()
78 return worker_context_; in worker_context()
Denv.h203 worker::Worker* worker_context_ = nullptr; variable