Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_worker.h84 std::shared_ptr<PerIsolateOptions> per_isolate_opts_; variable
Dnode_worker.cc57 per_isolate_opts_(per_isolate_opts), in Worker()
181 if (w_->per_isolate_opts_) in WorkerThreadData()
182 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()