Searched refs:per_isolate_opts_ (Results 1 – 2 of 2) sorted by relevance
77 std::shared_ptr<PerIsolateOptions> per_isolate_opts_; variable
52 per_isolate_opts_(per_isolate_opts), in Worker()179 if (w_->per_isolate_opts_) in WorkerThreadData()180 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData()